Stream: wasmtime

Topic: ✔ funcref in v19


view this post on Zulip Maciej Kot (Apr 08 2024 at 23:41):

Hi, just want to confirm that funcref is now only available with gc feature. Release notes mention only externref.

view this post on Zulip fitzgen (he/him) (Apr 08 2024 at 23:57):

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

view this post on Zulip Maciej Kot (Apr 08 2024 at 23:58):

thanks

view this post on Zulip Notification Bot (Apr 08 2024 at 23:58):

Maciej Kot has marked this topic as resolved.

view this post on Zulip fitzgen (he/him) (Apr 08 2024 at 23:58):

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

view this post on Zulip Maciej Kot (Apr 09 2024 at 00:30):

ahh, actually I forgot to mention - release notes (RELEASES.md) is missing 19.0.1 entry

view this post on Zulip fitzgen (he/him) (Apr 09 2024 at 13:35):

thanks! looks like we forgot to merge them back to main after releasing 19.0.1

https://github.com/bytecodealliance/wasmtime/pull/8318

We read every piece of feedback, and take your input very seriously.

Last updated: Oct 23 2024 at 20:03 UTC