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.
libc_so
1 parent 6926302 commit 47b3cc1Copy full SHA for 47b3cc1
.github/workflows/main.yml
@@ -91,9 +91,9 @@ jobs:
91
- name: Build libc
92
shell: bash
93
run: |
94
- make -j4 TARGET_TRIPLE=wasm32-wasi
95
- make -j4 TARGET_TRIPLE=wasm32-wasip1
96
- make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2
+ make -j4 TARGET_TRIPLE=wasm32-wasi default libc_so
+ make -j4 TARGET_TRIPLE=wasm32-wasip1 default libc_so
+ make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2 default libc_so
97
98
- name: Build libc + threads
99
# Only build the thread-capable wasi-libc in the latest supported Clang
0 commit comments