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

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

Generated with cgit - Back to sebastiano.tronto.net