samples/hello-wasm/wasm/Makefile

4 lines
106 B
Makefile

build:
@echo "Building Wasm"
@tinygo build -o main.wasm -scheduler=none --no-debug -target=wasi main.go