pchickey opened PR #8066 from bytecodealliance:pch/wasmtime_wasi_c_api
to bytecodealliance:main
:
Based on #8053
This PR switches the wasmtime-c-api from using wasi-common to wasmtime-wasi.
The c-api still only exposes WASI P1 support to the guests - this isn't attempting to solve the problem of exposing components and WASI P2 on the c-api. It is only changing the implementation used under the hood so that we can push wasi-common into maintenance mode.
This PR removes the
wasi_config_preopen_socket
symbol from the c-api. It should be deployed as part of release-20.0.0 (not backported to 19) so that users get 1 release of deprecation warning via https://github.com/bytecodealliance/wasmtime/pull/8064 . The idea of a preopen socket is a weird corner of P1 that never got any appropriate testing in the wasmtime tree, and doesnt have a translation in the P2 world. I sought out if there were any users of that part of the P1 / wasi-common code, because the company that contributed it is now defunct, and I never found any users. The warning in #8064 may alert us to some and the symbol going away in this PR may as well.<!--
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 #8066.
pchickey requested wasmtime-core-reviewers for a review on PR #8066.
pchickey requested elliottt for a review on PR #8066.
github-actions[bot] commented on PR #8066:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasi", "wasmtime:c-api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:c-api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
pchickey requested wasmtime-default-reviewers for a review on PR #8066.
elliottt updated PR #8066.
elliottt updated PR #8066.
elliottt updated PR #8066.
elliottt updated PR #8066.
elliottt submitted PR review:
This looks good to me!
elliottt requested alexcrichton for a review on PR #8066.
alexcrichton submitted PR review:
Thanks!
alexcrichton created PR review comment:
I think the previous version didn't buffer things here, so could this keep the unbuffered versions?
alexcrichton submitted PR review:
Thanks!
elliottt updated PR #8066.
elliottt updated PR #8066.
alexcrichton submitted PR review.
elliottt merged PR #8066.
Last updated: Nov 22 2024 at 17:03 UTC