pchickey opened PR #7677 from bytecodealliance:pch/promote_preview2
to bytecodealliance:main
:
and cut the dependency between wasi-common and wasmtime-wasi, by moving all of the "glue" in wasmtime-wasi specific to wasi-common into the wasi-common crate.
<!--
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 updated PR #7677.
pchickey updated PR #7677.
pchickey updated PR #7677.
pchickey edited PR #7677:
and cut the dependency between wasi-common and wasmtime-wasi, by moving all of the "glue" in wasmtime-wasi specific to wasi-common into the wasi-common crate.
Users of WASI Preview 1 should transition to using
wasmtime_wasi::WasiPreview1Ctx
, which can be constructed from awasmtime_wasi::WasiCtx
using aFrom
impl.TODO: docs!
<!--
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 closed without merge PR #7677.
pchickey commented on PR #7677:
I'm redoing this as broken up into many PRs
Last updated: Nov 22 2024 at 16:03 UTC