Stream: git-wasmtime

Topic: wasmtime / PR #11370 Unify WASIp{2,3} context structures


view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 15:48):

alexcrichton opened PR #11370 from alexcrichton:wasi-one-ctx to bytecodealliance:main:

This removes wasmtime_wasi::p{2,3}::{WasiCtx, WasiCtxBuilder, WasiView} in favor of only having wasmtime_wasi::{WasiCtx, WasiCtxBuilder, WasiView} instead. Conceptually these revisions of WASI
all provide the same functionality just with a different veneer that the
component model offers, so having only one way to configure host-side
behavior will make it easier to both organize implementations internally
(e.g. more sharing of code) as well as for embedders to configure (only
one context to create/manage).

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 15:48):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 15:48):

alexcrichton requested dicej for a review on PR #11370.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 15:48):

alexcrichton requested wasmtime-default-reviewers for a review on PR #11370.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 15:48):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 15:49):

alexcrichton commented on PR #11370:

Note that this is currently based on https://github.com/bytecodealliance/wasmtime/pull/11368

view this post on Zulip Wasmtime GitHub notifications bot (Aug 01 2025 at 16:03):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2025 at 00:38):

alexcrichton updated PR #11370.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2025 at 00:38):

alexcrichton has enabled auto merge for PR #11370.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2025 at 01:21):

alexcrichton merged PR #11370.


Last updated: Dec 06 2025 at 06:05 UTC