pchickey opened PR #6471 from bytecodealliance:pch/release-9-wasi-api-compatible
to bytecodealliance:release-9.0.0
:
required in order to make 9.0.2 a valid patch release.
struct FdStat
is public, so I backed out changes to it, and manually applied the rights bits in the implementation of fd_fdstat_get.new
FileAccessMode
changed to be pub(crate), to make sure it doesnt appear in any pub interfaces. WasiCtx::insert_file and push_file reverted to their original type signature. Private helper insert_file_ used for the set_{stdio} implementations.<!--
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
-->
pchickey requested alexcrichton for a review on PR #6471.
pchickey requested wasmtime-core-reviewers for a review on PR #6471.
pchickey requested wasmtime-default-reviewers for a review on PR #6471.
pchickey updated PR #6471.
pchickey updated PR #6471.
alexcrichton submitted PR review.
pchickey merged PR #6471.
Last updated: Nov 22 2024 at 17:03 UTC