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 0a8b70a commit f06c37fCopy full SHA for f06c37f
justfile
@@ -2,7 +2,7 @@ default:
2
just --list
3
4
build:
5
- wasm-pack build -t web --release --out-dir ./packages/webz-core -Z --no-default-features --features="wasm-parallel,no-bundler" build-std="panic_abort,std"
+ wasm-pack build -t web --release --out-dir ./packages/webz-core --no-default-features --features="wasm-parallel,no-bundler" -Z build-std="panic_abort,std"
6
7
# All Wasm Tests
8
test-web *features:
0 commit comments