Skip to content

Commit 50b9e0a

Browse files
committed
add wasi
1 parent 087f77c commit 50b9e0a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build_wasm_postgres.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,20 @@ jobs:
2121
fetch-depth: 1
2222
ref: 'REL_17_5_WASM-pglite'
2323

24-
- name: Build postgres WASM via debian 12 sdk
24+
- name: Build postgres WASI via debian 12 sdk
2525
working-directory: ${{ github.workspace }}
2626
env:
2727
IMG_NAME: "debian"
2828
DEBUG: true
29+
WASI: true
30+
run: |
31+
bash ./wasm-build/build-with-docker.sh
32+
33+
- name: Build postgres EMSCRIPTEN via debian 12 sdk
34+
working-directory: ${{ github.workspace }}
35+
env:
36+
IMG_NAME: "debian"
37+
DEBUG: true
38+
WASI: false
2939
run: |
3040
bash ./wasm-build/build-with-docker.sh

0 commit comments

Comments
 (0)