Skip to content
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

wasm: Depend on wasm-bindgen 0.2.89 or higher #497

Merged

Commits on Aug 25, 2024

  1. wasm: Depend on wasm-bindgen 0.2.89 or higher

    wasm-bindgen 0.2.62 is not compatible with a wasm ABI change that
    rustc wishes to enable by default for wasm32-unknown-unknown,
    currently gated behind passing the -Zwasm-c-abi flag to rustc.
    
    wasm-bindgen 0.2.89 should exhibit seamless behavior before and
    after the ABI change to match the C ABI, so depend on that.
    workingjubilee committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8c447ca View commit details
    Browse the repository at this point in the history