Hi. I have recently switched to new version of emcc, and faced with
the problem that I should add functions to -s
EXTRA_EXPORTED_RUNTIME_METHODS to use them through
Module['function_name']

Most of errors that I have came from file_packager.py, I mean I used
file_packager.py to create preloadable FS, and I found that this
functions should be added to EXTRA_EXPORTED_RUNTIME_METHODS:

['getMemory', 'addRunDependency', 'removeRunDependency',
'FS_createPath', 'FS_createPreloadedFile', 'FS_createDataFile']

I think that it will be good if file_pacakger will give advice what
functions I need to include into EXTRA_EXPORTED_RUNTIME_METHODS,
because currently I find this function by incremental tries.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to