Is it possible to use some of your own types along with the types generated by wit-bindgen. In Rust for example I have a library that already has the shape of my types, is it possible to configure wit-bindgen to sue those types, or do I need to pay the cost of conversion?
here's an example from wasi-http https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasi-http/src/lib.rs#L23-L40
Awesome... thanks!
Last updated: Nov 22 2024 at 16:03 UTC