awtcode
awtcode
Thanks, do you know if there is a quick way for me to identify the particular set of asm.js statements that is causing the problem? The reason why I would...
Thanks @aidanhs , will try it out and let you know the results asap :)
Hi, I reran my code with the new binary and this is what I saw: starting reading and parsing thread 'worker' panicked at 'called `Result::unwrap()` on an `Err` value: Error...
@sbc100 , does this mean that we can get rid of the JS import thunks like the following? `function _sidey(){ Module["_sidey"].apply(null,arguments) }`
Thanks for your reply @sbc100 . Just to clarify, these wrappers are generated by Emscripten and not by me. They are used as import functions into the main module thru...