I tried to load a component built with wit-bindgen in wasmtime v33 (with async enabled) but got the error: "unsupported intrinsic" when calling Component::from_binary. Is that feature not ready yet to try or should I use another API?
Yes async is a work-in-progress and not ready to be used yet
Feel free to come kick the tires at https://github.com/bytecodealliance/wasip3-prototyping, which is where we're working on it. There are snapshot builds in https://github.com/bytecodealliance/wasip3-prototyping/releases/tag/dev
It's not ready for production use yet, but it is ready for experimentation and feedback.
Last updated: Dec 06 2025 at 05:03 UTC