Hi, just want to confirm that funcref is now only available with gc feature. Release notes mention only externref.
yes, anything dealing with reference types needs the gc
feature
there should be little boxes about the cargo features required on the Config
methods, eg: https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.wasm_function_references
thanks
Maciej Kot has marked this topic as resolved.
no problem, if you run into any missing documentation or anything like that, don't hesitate to file an issue or ask here or whatever
ahh, actually I forgot to mention - release notes (RELEASES.md) is missing 19.0.1 entry
thanks! looks like we forgot to merge them back to main
after releasing 19.0.1
https://github.com/bytecodealliance/wasmtime/pull/8318
Last updated: Nov 22 2024 at 16:03 UTC