Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 460 Bytes

go with wasm

this is a experimental project to demonstrate how to use wasm using golang.

usage

# build wasm
cd lib
./build.sh

## run the dev server and test
cd web
yarn install
yarn dev

resources