alexcrichton opened PR #7548 from alexcrichton:wasi-unstable
to bytecodealliance:main
:
This commit implements the
wasi_unstable
module, sometimes referred to as "preview0", in thewasmtime-wasi
crate. Previously this was only implemented by thewasi-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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #7548.
alexcrichton requested wasmtime-core-reviewers for a review on PR #7548.
pchickey submitted PR review:
foo.diff
should be deleted, otherwise lgtm
alexcrichton updated PR #7548.
alexcrichton has enabled auto merge for PR #7548.
alexcrichton merged PR #7548.
Last updated: Nov 22 2024 at 16:03 UTC