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

Widen wasm-bindgen requirements check #33

@sigmachirality

Description

@sigmachirality

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions