Skip to content

Commit f06c37f

Browse files
committed
fix the build script
1 parent 0a8b70a commit f06c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default:
22
just --list
33

44
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"
5+
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"
66

77
# All Wasm Tests
88
test-web *features:

0 commit comments

Comments
 (0)