4 lines
75 B
Bash
4 lines
75 B
Bash
pushd server
|
|
GOOS=js GOARCH=wasm go build -o main.wasm
|
|
mv main.wasm ..
|
|
popd |