-
Notifications
You must be signed in to change notification settings - Fork 10
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
CompileErrror when initializing the wasm driver #84
Comments
This is a runtime thing, which I could possibly fix by not running wasm-opt at all I think. This is in Zotero/Firefox ESR, right? |
Yes. I'm using the same initialization code that worked 2 months ago. |
Ok, got it, pushing a new canary in a minute. It:
I tweaked some things with the init code, not that different but altogether it will work once you |
Ah, no, this hasn't done it. |
Confirm, that fixed it. That's ESR life I suppose. You should see the breaking JS API changes to string ids making things not work, that's how you know it's real this time. My next thing is to avoid rustwasm/wasm-bindgen#1963 and hopefully make sure #78 doesn't rear its head with a custom JS Result type (i.e. a slightly annoying but overall fine |
See #84; this fixes it and removes the version pin. Also upgrades CI to rust stable 1.51
I am getting the above error when initializing the wasm driver with the latest canary build.
The text was updated successfully, but these errors were encountered: