Hi, I have troubles running some wasm code generated from C++ with the version 1.37.3 of emscripten. (It used to work with version 1.36.? version.). The problem I can see is that Module.Runtime.stackSave remains undefined. The module loads properly asynchronously, and when it is loaded (on onRuntimeInitialized) I can successfully call some functions but not the ones that pass a string as parameter because then cwrap calls the undefined Runtime.stackSave function. Any ideas?
Thanks in advance, Laurent -- 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.
