Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Widen wasm-bindgen requirements check #33

Open
sigmachirality opened this issue May 16, 2023 · 0 comments
Open

Widen wasm-bindgen requirements check #33

sigmachirality opened this issue May 16, 2023 · 0 comments

Comments

@sigmachirality
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant