You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a totally unexpected issue with process.platform being reported as nonexistent in the instantiation of emscripten's NODEFS, an error is thrown when jq-web is run on Node.js.
I imagine that an easy solution (already tried by me with manual compiled code editing) would be to not instantiate NODEFS in any way, but perhaps fixing the process.platform would be better.
* Changed from MODULARIZE_INSTANCE to MODULARIZE so that we can pass in module functions like locateFile to support webpack
* Changed the way Module is handled in pre.js to allow functions to be passed in
Due to a totally unexpected issue with
process.platform
being reported as nonexistent in the instantiation of emscripten's NODEFS, an error is thrown whenjq-web
is run on Node.js.I imagine that an easy solution (already tried by me with manual compiled code editing) would be to not instantiate NODEFS in any way, but perhaps fixing the
process.platform
would be better.I'm asking for help on this topic at https://groups.google.com/forum/#!topic/emscripten-discuss/Ikl3qxPoFAk
If anyone seeing this has any solution or clue to a solution it will be highly appreciated.
The text was updated successfully, but these errors were encountered: