Stream: git-wasmtime

Topic: wasmtime / PR #7677 Promote wasmtime-wasi preview2 implem...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 12 2023 at 16:55):

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:

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 (Dec 12 2023 at 17:01):

pchickey updated PR #7677.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 12 2023 at 18:27):

pchickey updated PR #7677.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 12 2023 at 18:55):

pchickey updated PR #7677.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 12 2023 at 18:57):

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 a wasmtime_wasi::WasiCtx using a From impl.

TODO: docs!

<!--
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 (Feb 09 2024 at 18:24):

pchickey closed without merge PR #7677.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2024 at 18:24):

pchickey commented on PR #7677:

I'm redoing this as broken up into many PRs


Last updated: Oct 23 2024 at 20:03 UTC