ngxson's picture
ngxson HF staff
init
66191a5
raw
history blame contribute delete
110 Bytes
#!/bin/bash
set -e
GOOS=js GOARCH=wasm go build -o main.wasm
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .