change out-dir

This commit is contained in:
2026-02-17 10:12:53 -08:00
parent 27589446b2
commit 5b5ad0c63e

View File

@@ -1,7 +1,7 @@
How to build the wasm module: How to build the wasm module:
``` ```
cd wasm-module cd wasm-module
wasm-pack build --target web --out-dir pkg wasm-pack build --target web --out-dir ../web-demo/pkg
``` ```
How to serve the web demo (requires wasm module): How to serve the web demo (requires wasm module):