Spaces:
Running
Running
File size: 110 Bytes
66191a5 |
1 2 3 4 5 6 7 |
#!/bin/bash
set -e
GOOS=js GOARCH=wasm go build -o main.wasm
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
|