Filip Hallqvist
Results
1
issues of
Filip Hallqvist
When building with `--asmjs=1`, we also load `pre.js`, which needs `Module.ccall` to run the `nbind_init`-function. Neither `Module.ccall` or `Module.Pointer_stringify` (See https://github.com/kripken/emscripten/issues/5940) are exported, and so nbind will crash. A simple...