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 bd099e1 commit 042d17eCopy full SHA for 042d17e
.github/workflows/ci.yaml
@@ -307,7 +307,7 @@ jobs:
307
tool: wasm-bindgen,wasm-pack
308
309
- name: wasm32 build
310
- run: cargo build --target wasm32-unknown-unknown
+ run: cargo build --target wasm32-unknown-unknown --no-default-features
311
312
# If the Wasm file contains any 'import "env"' declarations, then
313
# some non-Wasm-compatible code made it into the final code.
0 commit comments