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
So I was trying to build the miniscript.js using emscripten which didn't work initially and gave an error of TypeError: Module.asm.S is undefined. I landed on this issue which fixed my problem, basically you just need to alter the Makefile to:
Note the -s WASM=0 --memory-init-file 0 at the end.
I don't fully understand what this does so I didn't feel comfortable putting it into a pull request but thought it should be reported on but I would gladly turn this into a pull request if you sign off on it so let me know what you think.
The text was updated successfully, but these errors were encountered:
Kelbie
changed the title
emscripting miniscript.js errors with fix
emscripten miniscript.js errors with fix
Nov 22, 2019
OS: Macos
So I was trying to build the miniscript.js using emscripten which didn't work initially and gave an error of
TypeError: Module.asm.S is undefined
. I landed on this issue which fixed my problem, basically you just need to alter the Makefile to:Note the
-s WASM=0 --memory-init-file 0
at the end.I don't fully understand what this does so I didn't feel comfortable putting it into a pull request but thought it should be reported on but I would gladly turn this into a pull request if you sign off on it so let me know what you think.
The text was updated successfully, but these errors were encountered: