Stream: git-wasmtime

Topic: wasmtime / issue #14200 CompiledCodeBase<Stencil> not pub...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2026 at 10:10):

bjorn3 opened issue #14200:

This prevents storing it in an in-memory cache.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2026 at 10:11):

bjorn3 edited issue #14200:

The type alias CompiledCodeStencil is not publicly exported even though it is marked as pub inside machinst. This prevents storing it in an in-memory cache.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2026 at 10:11):

bjorn3 commented on issue #14200:

Maybe the unreachable_pub lint would help avoid future instances like this?

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:49):

fitzgen added the cranelift label to Issue #14200.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:49):

fitzgen commented on issue #14200:

Yeah, that sounds like a good lint to turn on!


Last updated: Aug 30 2026 at 09:07 UTC