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
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$func95unreachable
)
Not sure how to debug this further.
The text was updated successfully, but these errors were encountered:
Loaded this up in my browser (Chrome 88) using a combination of the readme and #9 (comment) however I then got
RuntimeError: unreachable
onprepareSpellchecker
. It's deep in the wasm but I can seewrite_to_dictionary
higher up in the stack trace. Chrome dev tools show this as the problem:Not sure how to debug this further.
The text was updated successfully, but these errors were encountered: