falling-sand-simulation A simple falling sand simulation built with Go and compiled to WASM to run directly in the browser using HTML Canvas. Compile the Go code to WebAssembly GOOS=js GOARCH=wasm go build -o main.WASM