Commit 0edc4755 authored by nanahira's avatar nanahira

fix

parent 0f5a725b
Pipeline #42955 passed with stages
in 2 minutes and 15 seconds
...@@ -116,7 +116,7 @@ project "ocgcore" ...@@ -116,7 +116,7 @@ project "ocgcore"
"-s EXIT_RUNTIME=1", "-s EXIT_RUNTIME=1",
"-s ENVIRONMENT=web,worker,node", "-s ENVIRONMENT=web,worker,node",
"-s EXPORTED_RUNTIME_METHODS=[\"ccall\",\"cwrap\",\"addFunction\",\"removeFunction\"]", "-s EXPORTED_RUNTIME_METHODS=[\"ccall\",\"cwrap\",\"addFunction\",\"removeFunction\"]",
"-s EXPORTED_FUNCTIONS=[\"_malloc\",\"_free\",\"_exit\"]", "-s EXPORTED_FUNCTIONS=[\"_malloc\",\"_free\"]",
"-s ALLOW_TABLE_GROWTH=1", "-s ALLOW_TABLE_GROWTH=1",
"-s ALLOW_MEMORY_GROWTH=1", "-s ALLOW_MEMORY_GROWTH=1",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment