use wasm in npm packages

This commit is contained in:
xhacker-zzz
2023-01-20 20:27:36 +08:00
parent 8475a5bc65
commit 44418486f6
22 changed files with 53 additions and 1771 deletions

View File

@@ -1,13 +0,0 @@
#!/usr/bin/env bash
set -ex
cd "$(git rev-parse --show-toplevel)"
pushd ./src/QmcWasm
bash build-wasm
popd
pushd ./src/KgmWasm
bash build-wasm
popd