the readme still mentions this crate, has this been moved somewhere? Is there some guide or example to follow how to currently build a host and guest function setup?
It has moved into wasmtime: https://github.com/bytecodealliance/wasmtime/tree/main/crates/wit-bindgen
(deleted)
am I overlooking things or is the crate not in the workspace? How do I depend on it?
The prior runtime support from the wit-bindgen-host-wasmtime-rust
crate is now located in wasmtime
directly behind the component-model
feature. The macro is now wasmtime::component::bindgen!
. There's no second extra crate you need to depend on to use it
ah thanks, I hope I can get it to work :) (hopefully there will be a lot of documentation in the future)
Last updated: Nov 22 2024 at 16:03 UTC