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
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
bail!("Sorry, rustwasmc only supports wasm-bindgen 0.2.61 at this time. Please fix your Cargo.toml to wasm-bindgen = \"=0.2.61\"")
Seems unnecessarily brittle to hardcode dependency requirements like this - any chance this could be a range of supported dependencies (>.2.61 ?). It's been 3 years since .2.61 was the latest release, and it seems unreasonable to require people to downgrade from ~.2.86 to use this build tool.
Or does something in .2.62 break this tool?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
rustwasmc/src/command/build.rs
Line 280 in fb9b165
Seems unnecessarily brittle to hardcode dependency requirements like this - any chance this could be a range of supported dependencies (>.2.61 ?). It's been 3 years since .2.61 was the latest release, and it seems unreasonable to require people to downgrade from ~.2.86 to use this build tool.
Or does something in .2.62 break this tool?
The text was updated successfully, but these errors were encountered: