Stream: git-wasmtime

Topic: wasmtime / issue #596 Use Cow to support 'static function...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2026 at 16:54):

fitzgen closed issue #596:

When exporting functions to wasm, often those functions will have exclusively constant type signatures. Could we perhaps use Cow to support storing 'static FuncType signatures, in addition to boxing dynamically generated ones? (I'm not suggesting supporting arbitrary lifetimes, but supporting 'static seems worthwhile.)

Does that seem like a reasonable API change, if I can supply a PR and some examples?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2026 at 16:54):

fitzgen commented on issue #596:

I don't think this is applicable anymore.


Last updated: Aug 30 2026 at 09:07 UTC