This commit is contained in:
Andras Schmelczer 2025-12-06 11:55:41 +00:00
parent f04972f1e1
commit 5cf75bdfac

View file

@ -2,7 +2,7 @@
set -e
which wasm-pack || cargo install wasm-pack
which wasm-pack || cargo install wasm-pack
wasm-pack build --target web --features wasm
cd reconcile-js