Closed
Description
I keep running into this error, which isn't much help:
Uncaught (in promise) RuntimeError: unreachable
at wasm-function[19]:41
at wasm-function[20]:14
at wasm-function[42]:335
at wrap (http://127.0.0.1:8080/js/as-loader.js:250:12)
at runGlas (http://127.0.0.1:8080/ts/index.js:68:9)
And the output of my abort handler:
msg: 0
file: ~lib/rt/pure.ts
line: 115
col: 13
I don't see a pure.ts
file here in the repo.
What might cause these errors?