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

Upgrade wasmer-wasix to the newest version of wasm-bindgen #4138

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

This fixes a bunch of nasty version conflict issues downstream.

$ cargo check
    Updating crates.io index
error: failed to select a version for `wasm-bindgen`.
    ... required by package `wasmer-wasix v0.10.0`
    ... which satisfies dependency `wasmer-wasix = "^0.10"` of package `wasmer-wasix-js v0.0.1-alpha.1 (/Users/work/Documents/wasmer/wasmer-js)`
versions that meet the requirements `>=0.2.74, <0.2.85` are: 0.2.84, 0.2.83, 0.2.82, 0.2.81, 0.2.80, 0.2.79, 0.2.78, 0.2.77, 0.2.76, 0.2.75, 0.2.74

all possible versions conflict with previously selected packages.

  previously selected package `wasm-bindgen v0.2.87`
    ... which satisfies dependency `wasm-bindgen = "^0.2.87"` of package `js-sys v0.3.64`
    ... which satisfies dependency `js-sys = "^0.3.60"` of package `wasm-bindgen-downcast v0.1.1`
    ... which satisfies dependency `wasm-bindgen-downcast = "^0.1.1"` of package `wasmer v4.1.0`
    ... which satisfies dependency `wasmer = "=4.1.0"` of package `wasmer-wasix v0.10.0`
    ... which satisfies dependency `wasmer-wasix = "^0.10"` of package `wasmer-wasix-js v0.0.1-alpha.1 (/Users/work/Documents/wasmer/wasmer-js)`

failed to select a version for `wasm-bindgen` which could resolve this conflict

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

Successfully merging this pull request may close these issues.

2 participants