emscripten: malloc() and free() should be exported as library symbols
This commit is contained in:
parent
942a6f9fa6
commit
71966fd0c6
File diff suppressed because one or more lines are too long
@ -35,7 +35,7 @@ symbols() {
|
||||
} | \
|
||||
sort | \
|
||||
{
|
||||
out=''
|
||||
out='"_malloc","_free"'
|
||||
while read symbol ; do
|
||||
if [ ! -z "$out" ]; then
|
||||
out="${out},"
|
||||
|
Loading…
Reference in New Issue
Block a user