about summary refs log tree commit diff stats
path: root/c/sand/build.sh
blob: 4accc0890281e07b56d7c80fb5430341227f9aa2 (plain) (blame)
1
2
3
#!/bin/bash

emcc sand.c -o sand.js -s WASM=1 -O3