Conversation
| wasmer = "6.1.0" | ||
| wasmer-wasix = "0.601.0" |
There was a problem hiding this comment.
wasmtime-wasi 43.0.1 requires url >= 2.5.7, and wasmer-package 0.600.1 pins url =2.5.2.
Updated them so it relax to url = ^2.5.
|
|
||
| Self { | ||
| engine: wasmtime::Engine::new(&config) | ||
| .map_err(anyhow::Error::from) |
There was a problem hiding this comment.
In wasmtime 43 wasmtime::Error becomes its own type separate from anyhow::Error.
We might want to adapt to the wasmtime::Error from anyhow::Error in future.
|
@tanishiking , could you rebase on the latest main? it should include the musl fix. |
|
@tanishiking , it looks like there are some CI failures due to some methods being renamed in wasmtime. Do you mind looking into it? |
|
Ah yeah, bytecodealliance/wasmtime#12371 makes |
|
you should be able to fix the lints with |
|
dependency-review failed because of GHSA-cq8v-f236-94qc Regarding wasmer update 60c8123 TBH I vibe coded and not fully understand how this change fix the problem 😓 (tried using |
No description provided.