There was a struct called HostRef
, here is this doc about HostRef
: https://docs.rs/wasmtime/0.16.0/wasmtime/struct.HostRef.html . But this struct disappeared after 0.17, how can I migrate the logic used HostRef
?
I think you are looking for ExternRef.
Last updated: Dec 23 2024 at 13:07 UTC