Skip to content

Commit a7ad6ac

Browse files
committed
Rebuild std with threading support
1 parent 437f240 commit a7ad6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Prepare cargo tests
18-
run: rustup target add wasm32-unknown-emscripten
18+
run: rustup target add wasm32-unknown-emscripten --toolchain=nightly
1919

2020
- name: Build for wasm
21-
run: cargo build --target=wasm32-unknown-emscripten
21+
run: cargo build --target=wasm32-unknown-emscripten -Zbuild-std=panic_abort,std
2222

0 commit comments

Comments
 (0)