aboutsummaryrefslogtreecommitdiff
path: root/05_callback/build.sh
blob: 76bf5add01fd9116d2c720eb77e647589490baf3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

mkdir -p build
emcc -sEXPORTED_FUNCTIONS=_primes_in_range -sMODULARIZE -sEXPORT_NAME=Primes \
	-pthread -sPTHREAD_POOL_SIZE=16 \
	-sEXPORTED_RUNTIME_METHODS=addFunction,UTF8ToString \
	-sALLOW_TABLE_GROWTH \
	-o build/primes.mjs primes.c

Generated with cgit - Back to sebastiano.tronto.net