wabt
wabt copied to clipboard
Wat2wasm - Not Compiling, no output
My wat is good syntax and has compiled originally and even worked with wasm2wat yet when taking the wat and attempting wat2wasm for compilation it simply provides no output, no output.wat (as i set in the cmd arg) nor does it provide any error logging even with the exceptions enabled arg
I am in need of a fix, if anyone has an idea what is causing this please let me know!
Can you share the file here perhaps? Or maybe at lest the full command line? If you can't share the file then perhaps the output of the wat2wasm command with --verbose added?
What does wat2wasm --version say?
What does where wat2wasm say?
Can you attach the wat file?
How big the .wat file? Does it actually contains wasm module? i.e. does it start with (module?
Probably same/similar issue as https://github.com/WebAssembly/wabt/issues/2453
Can you attach the module to this ticket?
can you use --debug-parser?