1 2 3 4
#!/bin/sh mkdir -p build emcc -sEXPORTED_FUNCTIONS=_multiply -o build/library.js library.c
Generated with cgit - Back to sebastiano.tronto.net