Stream: git-wasmtime

Topic: wasmtime / PR #11423 Add a new `-Sp3` option to the CLI


view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:41):

alexcrichton opened PR #11423 from alexcrichton:wasip3-cli to bytecodealliance:main:

This commit adds a new WASI-specific CLI option dubbed "p3" which controls whether WASIp3 interfaces are added to the component linker and whether WASIp3 exports are searched for. Integration here is only added with wasmtime run and support for wasmtime serve will come once wasi:http is migrated to this repository from the p3-prototyping repository.

The -Sp3 option is off-by-default at this time but this is structured to enable it by default in the future. A test is added to ensure that WASIp3 is usable and a basic "hello world" works.

Some internal refactoring was done to share more code between run and serve with respect to adding WASI interfaces to a linker.

Closes bytecodealliance/wasip3-prototyping#108
<!--
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 (Aug 12 2025 at 22:41):

alexcrichton requested dicej for a review on PR #11423.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:41):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:41):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:44):

alexcrichton updated PR #11423.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:50):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:55):

alexcrichton updated PR #11423.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 22:56):

alexcrichton has enabled auto merge for PR #11423.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2025 at 23:30):

alexcrichton merged PR #11423.


Last updated: Dec 06 2025 at 06:05 UTC