Closed
Description
Hello!
I created a fork of this project to update Binaryen so I can produce a proper ASM.js file, which is working okay.
I've noticed that the exported function names are all mangled (which i'm assuming the WASM file does as well - except the loader handles it).
Is the loader supposed to be able to handle ASM modules as well? Ive tried running the ASM module through loader.demangle
but it doesn't seem to do anything.
Any help is appreciated. Thanks!