We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087f77c commit 50b9e0aCopy full SHA for 50b9e0a
.github/workflows/build_wasm_postgres.yml
@@ -21,10 +21,20 @@ jobs:
21
fetch-depth: 1
22
ref: 'REL_17_5_WASM-pglite'
23
24
- - name: Build postgres WASM via debian 12 sdk
+ - name: Build postgres WASI via debian 12 sdk
25
working-directory: ${{ github.workspace }}
26
env:
27
IMG_NAME: "debian"
28
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
39
run: |
40
bash ./wasm-build/build-with-docker.sh
0 commit comments