-
Notifications
You must be signed in to change notification settings - Fork 824
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
Wasmer-WASI depends on Cranelift by default #2882
Labels
bug
Something isn't working
🍋 Low-hanging Fruit
priority-low
Low priority issue
priority-medium
Medium priority issue
Milestone
Comments
fschutt
added a commit
that referenced
this issue
Jul 4, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
1 task
fschutt
added a commit
that referenced
this issue
Jul 5, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
fschutt
added a commit
that referenced
this issue
Jul 5, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
fschutt
added a commit
that referenced
this issue
Jul 5, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
fschutt
added a commit
that referenced
this issue
Jul 5, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
fschutt
added a commit
that referenced
this issue
Jul 5, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
fschutt
added a commit
that referenced
this issue
Jul 5, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
fschutt
added a commit
that referenced
this issue
Jul 6, 2022
When using the Wasmer-WASI crate, the sys-default feature from wasmer is depending upon, which causes the following to conflict: [dependencies.wasmer] version = "2.0" default-features=false features=["sys" , "compiler-singlepass", "engine-universal"] [dependencies.wasmer-wasi] version = "2.0" Because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass. Fixes #2882
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
🍋 Low-hanging Fruit
priority-low
Low priority issue
priority-medium
Medium priority issue
When using the Wasmer-WASI crate, the
sys-default
feature fromwasmer
is depending upon, which causes the following to conflict(because wasmer-wasi "2.0" depends on wasmer with the default features, which implies using cranelift, which conflicts with singlepass)
The text was updated successfully, but these errors were encountered: