-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Mass rename anyref to externref #2142
Conversation
172c602
to
bb3a3c9
Compare
Updates a mess of dependencies and tracks the most recent version of the reference types specification.
bb3a3c9
to
3441822
Compare
Hi @alexcrichton ! It seems like this change may have broken our build (though I don't know how a variable name change could have). Our project provides the following build error when we try to build against the latest
Since our WASM is running in a Any feedback, much appreciated! |
@zancas I've written several WebExtensions with Rust, and ES6 modules with
I recommend using our Rollup plugin since it is fast, lightweight, easy to setup, supports multiple crates, supports watch mode, can automatically bundle your extension as a |
https://bugzilla.mozilla.org/show_bug.cgi?id=1536094 According to this, there's a firefox-specific bug where content scripts are incapable of importing EC6 modules. Our |
If y'all can't replicate the |
@AloeareV In that case you can use Rollup with If you don't want to use Webpack or Rollup, you should be using wasm-pack. It isn't really intended to run wasm-bindgen manually. I can successfully use |
Updates a mess of dependencies and tracks the most recent version of the
reference types specification.