Stream: wasmtime

Topic: ✔ Problems migrating to wasmtime 29.0.0


view this post on Zulip Joel Dice (Jan 21 2025 at 16:12):

Yeah, wasmtime-wit-bindgen no longer uses async_trait as of https://github.com/bytecodealliance/wasmtime/pull/9867, so application code will need to be updated to match.

Closes #9823 I ran cargo test -p wasmtime-wasi and all tests passed, so now I'd like to go through the whole CI. There are only 2 cases remaining unresolved due to the use of dyn objects, i.e.,...

view this post on Zulip Alex Crichton (Jan 21 2025 at 16:33):

The hope is that you "just" remove #[async_trait] and you're good to go, but I haven't updated anything myself yet to double-check that's the case

view this post on Zulip Richard Backhouse (Jan 21 2025 at 16:46):

Can confirm removing #[async_trait] from the bindgen Host impls works :+1:

Thanks

view this post on Zulip Notification Bot (Jan 21 2025 at 16:47):

Richard Backhouse has marked this topic as resolved.


Last updated: Jan 24 2025 at 00:11 UTC