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: Jan 24 2025 at 00:11 UTC