Stream: git-wasmtime

Topic: wasmtime / PR #7548 Implement WASI "preview0" in `wasmtim...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2023 at 22:32):

alexcrichton opened PR #7548 from alexcrichton:wasi-unstable to bytecodealliance:main:

This commit implements the wasi_unstable module, sometimes referred to as "preview0", in the wasmtime-wasi crate. Previously this was only implemented by the wasi-common crate but now this is implemented for both meaning that the switch to preview2 won't lose this functionality.

The preview0 WITX files are vendored like the preview1 files and the implementation of preview0 is exclusively implemented by delegating to the preview1 implementation.

<!--
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 (Nov 15 2023 at 22:32):

alexcrichton requested fitzgen for a review on PR #7548.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2023 at 22:32):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2023 at 23:32):

pchickey submitted PR review:

foo.diff should be deleted, otherwise lgtm

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2023 at 16:02):

alexcrichton updated PR #7548.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2023 at 16:02):

alexcrichton has enabled auto merge for PR #7548.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2023 at 16:57):

alexcrichton merged PR #7548.


Last updated: Oct 23 2024 at 20:03 UTC