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