/go-with-wasm

a small example to demonstrate how to use wasm using golang

Primary LanguageJavaScript

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