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
Hello, I encountered this error when trying to convert wasm into normal assembly using this tool. Is there a solution to this problem now?
Error: Buffer still has 851309 bytes
at exports.parseEnd (/root/rustCode/wasm-to-asm/parse/index.js:28:15)
at /root/rustCode/wasm-to-asm/parse/index.js:6:34
at /root/rustCode/wasm-to-asm/parse/index.js:7:44
at /root/rustCode/wasm-to-asm/parse/index.js:7:44
at Object.parseModule (/root/rustCode/wasm-to-asm/parse/index.js:7:44)
at /root/rustCode/wasm-to-asm/main.js:25:41
at async Promise.all (index 0)
at async /root/rustCode/wasm-to-asm/main.js:19:21
The text was updated successfully, but these errors were encountered:
Can you share the wasm file you are parsing?
FYI this was a very experimental tool I was implementing for fun, so it's probably not production-ready. But happy to fix any bugs you find!
Hello, I encountered this error when trying to convert wasm into normal assembly using this tool. Is there a solution to this problem now?
Error: Buffer still has 851309 bytes
at exports.parseEnd (/root/rustCode/wasm-to-asm/parse/index.js:28:15)
at /root/rustCode/wasm-to-asm/parse/index.js:6:34
at /root/rustCode/wasm-to-asm/parse/index.js:7:44
at /root/rustCode/wasm-to-asm/parse/index.js:7:44
at Object.parseModule (/root/rustCode/wasm-to-asm/parse/index.js:7:44)
at /root/rustCode/wasm-to-asm/main.js:25:41
at async Promise.all (index 0)
at async /root/rustCode/wasm-to-asm/main.js:19:21
The text was updated successfully, but these errors were encountered: