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 06 2025 at 05:03 UTC