Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: unreachable when loading wasm-bindgen-minimal example in the browser ... #422

Open
the-drunk-coder opened this issue Jul 13, 2022 · 0 comments

Comments

@the-drunk-coder
Copy link

Hi, I was trying to update my old web sequencer project a little and discovered a problem ... the js!() macro that'd trigger some events suddenly stopped working and I got an unreachable error in the console.

Investigating the error, I compiled the wasm-minimal-example found in this repo, and the error is pretty much the same:

185b031e:0x2904 Uncaught (in promise) RuntimeError: unreachable
    at 185b031e:0x2904
    at 185b031e:0x2c0c
    at 185b031e:0x2f2f
    at 185b031e:0x2fae
    at 185b031e:0x2e47
    at 185b031e:0x3083
    at finalizeInit (wasm_bindgen_minimal.js:56:10)
    at init (wasm_bindgen_minimal.js:85:12)
    at async run ((index):33:9)

Given the non-descriptive nature of the error message, I'm out of my wits here ... any hint ?

Best,
N

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant