second-state/rustwasmc

Widen wasm-bindgen requirements check

sigmachirality opened this issue · 0 comments

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?