Files
spartan-ecdsa/scripts/build_wasm.sh
Daniel Tehrani 5d54fe98d1 Output the built wasm under spartan_wasm
Simpler to have the build files under its own source dir
2023-01-31 13:54:36 +09:00

4 lines
131 B
Bash

rm -rf ./packages/spartan_wasm/build &&
cd ./packages/spartan_wasm &&
wasm-pack build --target web --out-dir ../spartan_wasm/build