Skip to content

Commit 042d17e

Browse files
committed
fix: wasm needs --no-default-features
1 parent bd099e1 commit 042d17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
tool: wasm-bindgen,wasm-pack
308308

309309
- name: wasm32 build
310-
run: cargo build --target wasm32-unknown-unknown
310+
run: cargo build --target wasm32-unknown-unknown --no-default-features
311311

312312
# If the Wasm file contains any 'import "env"' declarations, then
313313
# some non-Wasm-compatible code made it into the final code.

0 commit comments

Comments
 (0)