This is a project to explore the Golang Web Assembly by building a TODO application.
-
Install Golang version 1.19 or higher.
-
Use
make
command$ make build rm -rf ./build mkdir ./build GOARCH=wasm GOOS=js go build -o ./build/main.wasm cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./build/
-
The
index.html
is the home page.