Stream: git-wasmtime

Topic: wasmtime / PR #14246 Start to trim down `filesystem::prim...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2026 at 18:08):

alexcrichton opened PR #14246 from alexcrichton:start-to-trim-the-primitives to bytecodealliance:main:

This commit is an attempt to start trimming down the vendored cap-primitives implementation with fewer layers of indirection and, ideally, more based on std-defined types rather than redefining everything in this crate. This for now starts to remove some of the smaller modules that no longer serve much purpose and instead inline the implementations directly (or pub use them). This additionally trims the reexports of the primitives module to only pub(crate)-define items actually used by wasmtime-wasi. Internal helpers are now no longer exported from the module.

<!--
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 review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.md

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 (Aug 31 2026 at 18:08):

alexcrichton has marked PR #14246 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2026 at 18:08):

alexcrichton requested pchickey for a review on PR #14246.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2026 at 18:08):

alexcrichton requested wasmtime-wasi-reviewers for a review on PR #14246.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 31 2026 at 21:44):

github-actions[bot] added the label wasi on PR #14246.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 19:57):

:thumbs_up: pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 20:12):

alexcrichton added PR #14246 Start to trim down filesystem::primitives to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 20:39):

:check: alexcrichton merged PR #14246.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 20:39):

alexcrichton removed PR #14246 Start to trim down filesystem::primitives from the merge queue


Last updated: Sep 20 2026 at 18:08 UTC