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: Nov 22 2024 at 16:03 UTC