this is a experimental project to demonstrate how to use wasm using golang.
# build wasm
cd lib
./build.sh
## run the dev server and test
cd web
yarn install
yarn dev
this is a experimental project to demonstrate how to use wasm using golang.
# build wasm
cd lib
./build.sh
## run the dev server and test
cd web
yarn install
yarn dev