blob: a8cfe5584256eb7123aa344afc8488d0214fed19 (
plain)
1
2
3
4
5
6
7
8
9
|
$ emcc \
-s ERROR_ON_UNDEFINED_SYMBOLS=0 \
-s ENVIRONMENT=node \
-s INITIAL_MEMORY=16777216 \
-s EXPORT_ES6=1 \
-s INVOKE_RUN=0 \
-s MODULARIZE=1 \
-o php-wasm.js \
php-wasm.o libphp.a
|