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
{{ message }}
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
I tried this with the latest master version of wabt but it's still failing. The only lead I found is WebAssembly/wabt#685 which suggests that certain characters can cause a segfault.
RangeError: Maximum call stack size exceeded
at pv (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:11:100915)
at $b (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:5:292191)
at sc (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:45889)
at pc (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:13284)
at Ec (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:56896)
at uc (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:48024)
at pc (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:13450)
at Ec (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:56896)
at uc (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:48024)
at pc (/Users/lanerettig/wip/eth/web-wabt-test/node_modules/wabt/index.js:7:13450)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This one test is failing in the current
master
branch (e050d24):Attempting to run this command manually produces:
The text was updated successfully, but these errors were encountered: