Hacker News new | ask | show | jobs
by ofrzeta 1370 days ago
From the build.sh I figured out that all it takes is to compile with the wasm target, I think:

clang $COMMON_CFLAGS -Os -fno-builtin --target=wasm32 ...