Stream: git-wasmtime

Topic: wasmtime / PR #11920 Support resources in the C API of Wa...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2025 at 22:48):

alexcrichton requested fitzgen for a review on PR #11920.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2025 at 22:48):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2025 at 22:48):

alexcrichton opened PR #11920 from alexcrichton:cpp-component-resources to bytecodealliance:main:

This commit builds on #11885 to build out support for resources in components in the C API of Wasmtime. Support is effectively the same as in Rust except more things are behind pointers and ResourceDynamic is used under the hood instead of Resource<T> due to the lack of monomorphization. Tests have been updated to go through some various situations of ensuring that guest and host resources are representable and can be manipulated.

Closes #11437
<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2025 at 23:40):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2025 at 00:04):

fitzgen merged PR #11920.


Last updated: Dec 06 2025 at 06:05 UTC