Stream: git-wasmtime

Topic: wasmtime / PR #13666 Support resources for implements


view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 16:44):

ricochet opened PR #13666 from ricochet:worktree-resource-implements to bytecodealliance:main:

This wires up resource support in bindgen!'s named_imports

For named imports every host method takes an extra embedder-chosen id
so the host can tell which matched import a call came through.
The opaque marker type is reused from the sibling interface-import module
via a pub use, so Resource<T> values are shared across both paths.

All the new code paths only fire when an id is present.

Follow on to changes made in #13513

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 16:44):

ricochet requested wasmtime-core-reviewers for a review on PR #13666.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 16:44):

ricochet requested pchickey for a review on PR #13666.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 16:46):

ricochet updated PR #13666.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 16:58):

ricochet updated PR #13666.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 17:16):

:thumbs_up: alexcrichton submitted PR review:

Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 17:16):

alexcrichton added PR #13666 Support resources for implements to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 17:42):

:check: alexcrichton merged PR #13666.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2026 at 17:42):

alexcrichton removed PR #13666 Support resources for implements from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC