C. Gerard Gallant
C. Gerard Gallant
I'm able to reproduce the issue using `emrun` but I'm not certain why it's not working. I'll do some digging. For now, you could try using the **wasm-server.py** file that...
Where is the code running _(in a browser or in Node.js)_? If in a browser, which browser and browser version are you using? Which version of Emscripten are you using?...
Specifying the `ValidateName` function for the side module didn't work for me. Could it be the order that things are placed? The main module having functions that the side module...
I'll need to do a bit more testing but switching the roles around seems to have done the trick _(the common logic is now the side module and the code...
I tried that first. The code that was being compiled as a side module _(product.cpp)_ already had the function decorated with `EMSCRIPTEN_KEEPALIVE` so adding the function to the `EXPORTED_FUNCTIONS` list...