$> make wasm GOOS=js GOARCH=wasm go build -mod vendor -o www/wasm/parse.wasm cmd/parse/main.go This will place a copy of the parse.wasm binary in www/wasm/parse.wasm. The binary exposes a single parse ...