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