Skip to content

Commit 1c90bd8

Browse files
committed
Build WASI target with pthread support
1 parent 47f23e6 commit 1c90bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ jobs:
459459
sudo apt install /tmp/wasi-sdk*.deb
460460
- name: test
461461
run: |
462-
cmake -B build -DCMAKE_TOOLCHAIN_FILE=/opt/wasi-sdk/share/cmake/wasi-sdk.cmake
462+
cmake -B build -DCMAKE_TOOLCHAIN_FILE=/opt/wasi-sdk/share/cmake/wasi-sdk-pthread.cmake
463463
make -C build qjs_exe
464464
wasmtime run build/qjs -qd
465465
echo "console.log('hello wasi!');" > t.js

0 commit comments

Comments
 (0)