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

Bug: Unreachable in Browser #48

Open
tooolbox opened this issue Jun 30, 2021 · 2 comments
Open

Bug: Unreachable in Browser #48

tooolbox opened this issue Jun 30, 2021 · 2 comments

Comments

@tooolbox
Copy link

Loaded this up in my browser (Chrome 88) using a combination of the readme and #9 (comment) however I then got RuntimeError: unreachable on prepareSpellchecker. It's deep in the wasm but I can see write_to_dictionary higher up in the stack trace. Chrome dev tools show this as the problem:

(func $func95
    unreachable
)

Not sure how to debug this further.

@justinwilaby
Copy link
Owner

@tooolbox - are you able to run the unit tests in this project? They include headless chrome tests which seems to be passing for me.

@tooolbox
Copy link
Author

Sorry, not able to run them on the machine where I am doing that testing. 😢

It's on Windows, although I don't think that matters.

@tooolbox tooolbox mentioned this issue Jul 21, 2021
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

2 participants