emscripten: export _malloc() and _free()
This commit is contained in:
parent
a3d8450109
commit
feddd3fab9
@ -54,7 +54,7 @@ else
|
|||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
export JS_EXPORTS_FLAGS="-s EXPORTED_FUNCTIONS=${EXPORTED_FUNCTIONS} -s EXTRA_EXPORTED_RUNTIME_METHODS=[\"Pointer_stringify\"]"
|
export JS_EXPORTS_FLAGS="-s EXPORTED_FUNCTIONS=${EXPORTED_FUNCTIONS} -s EXTRA_EXPORTED_RUNTIME_METHODS=[\"Pointer_stringify\",\"_malloc\",\"_free\"]"
|
||||||
|
|
||||||
rm -f "$DONE_FILE"
|
rm -f "$DONE_FILE"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user