We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7687c4 commit 421ef04Copy full SHA for 421ef04
src/examples/wasm/Makefile
@@ -1,10 +1,10 @@
1
export: clean wasm_exec
2
- tinygo build -o ./html/wasm.wasm -target wasm ./export/wasm.go
+ tinygo build -o ./html/wasm.wasm -target wasm -no-debug ./export/wasm.go
3
cp ./export/wasm.js ./html/
4
cp ./export/index.html ./html/
5
6
main: clean wasm_exec
7
- tinygo build -o ./html/wasm.wasm -target wasm ./main/main.go
+ tinygo build -o ./html/wasm.wasm -target wasm -no-debug ./main/main.go
8
cp ./main/index.html ./html/
9
10
wasm_exec:
0 commit comments