Hacker News new | ask | show | jobs
by sgbeal 614 days ago
Correction:

    make barebones=1 ; # requires GNU Make and the Emscripten SDK
should be:

    make oz barebones=1 ; # requires GNU Make and the Emscripten SDK
otherwise it will build with -O0, resulting in huge wasm files.