blob: be013a8ccf4abbc60154357183ccbee61f3fd0a3 [file] [log] [blame]
cc = emcc
cxx = em++
cflags = -g3 -s WASM=1
ldflags = -g3 -s WASM=1 --embed-file profiles --emrun
exe = .html
out = out/emscripten$mode
rule run
command = emrun $in > $out
include build/common