We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437f240 commit a7ad6acCopy full SHA for a7ad6ac
.github/workflows/wasm.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Prepare cargo tests
18
- run: rustup target add wasm32-unknown-emscripten
+ run: rustup target add wasm32-unknown-emscripten --toolchain=nightly
19
20
- name: Build for wasm
21
- run: cargo build --target=wasm32-unknown-emscripten
+ run: cargo build --target=wasm32-unknown-emscripten -Zbuild-std=panic_abort,std
22
0 commit comments