Fix command to run js demo

This commit is contained in:
nk 2025-08-06 03:13:02 +08:00 committed by nk
parent f6179119ca
commit b337f7d884
No known key found for this signature in database
GPG key ID: B29ABF6AE5B190BC

View file

@ -1,5 +1,5 @@
.PHONY: javascript
js:
javascript:
# Browser ESM build
wasm-pack build --target web --out-dir javascript/dist/web --features wasm-binding --no-default-features