Stream: git-wasmtime

Topic: wasmtime / PR #10914 Refactor the representation of comp...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 20:54):

alexcrichton opened PR #10914 from alexcrichton:refactor-component-func to bytecodealliance:main:

This commit updates the implementation of component::Func to be
index-based like all other exported items are now in Wasmtime. This
necessitated a new StoreComponentInstanceId abstraction similar to
StoreInstanceId. Additionally the component_instance_replace
function was entirely removed as it's no longer necessary.

This is more continuation of work from https://github.com/bytecodealliance/wasmtime/pull/10870 and removing Stored after this should effectively be trivial.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 20:54):

alexcrichton requested wasmtime-core-reviewers for a review on PR #10914.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 20:54):

alexcrichton requested dicej for a review on PR #10914.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 21:03):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 21:04):

fitzgen submitted PR review:

:tada:

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 21:45):

alexcrichton merged PR #10914.


Last updated: Dec 06 2025 at 07:03 UTC