alexcrichton opened PR #6816 from alexcrichton:remove-wasi-crypto
to bytecodealliance:main
:
This commit is a follow-up to the discussion on #6732. This removes Wasmtime's implementation of the wasi-crypto proposal from in-tree along with its various support in CI, configuration, etc. See the discussion on #6732 for the full information but at a high level the main reasons for removing the implementation at this time are:
- There is not currently an active maintainer of the Wasmtime integration here for wasi-crypto.
- There are known issues with the code quality of the implementation such as transmutes of guest-owned memory to
&'static mut [u8]
and known unsafety in dependencies.- The size and breadth of the dependency tree brings maintenance burden and overhead to managing Wasmtime's dependency tree.
As mentioned on the issue this commit does not mean that Wasmtime doesn't want to implement the wasi-crypto proposal. Instead the "tier 3" status of wasi-crypto needs to be re-attained to be included back in-tree, which would mean resolving the above issues.
Note that this commit is intentionally just after the 13.0.0 branch point which means that this is slated for Wasmtime 14 to be released on September 20.
<!--
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 #6816.
alexcrichton requested wasmtime-default-reviewers for a review on PR #6816.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6816.
pchickey submitted PR review.
jameysharp submitted PR review.
jameysharp created PR review comment:
Go ahead and merge this but I'm noticing that this
cfg
attribute should have been deleted entirely when myGuestProfiler
work landed, since that requiresArc
and is not behind any feature flags. I actually thought I had fixed that but the git history tells me I did not.
alexcrichton updated PR #6816.
alexcrichton has enabled auto merge for PR #6816.
alexcrichton edited PR #6816:
This commit is a follow-up to the discussion on #6732. This removes Wasmtime's implementation of the wasi-crypto proposal from in-tree along with its various support in CI, configuration, etc. See the discussion on #6732 for the full information but at a high level the main reasons for removing the implementation at this time are:
- There is not currently an active maintainer of the Wasmtime integration here for wasi-crypto.
- There are known issues with the code quality of the implementation such as transmutes of guest-owned memory to
&'static mut [u8]
and known unsafety in dependencies.- The size and breadth of the dependency tree brings maintenance burden and overhead to managing Wasmtime's dependency tree.
As mentioned on the issue this commit does not mean that Wasmtime doesn't want to implement the wasi-crypto proposal. Instead the "tier 3" status of wasi-crypto needs to be re-attained to be included back in-tree, which would mean resolving the above issues.
Note that this commit is intentionally just after the 13.0.0 branch point which means that this is slated for Wasmtime 14 to be released on September 20.
Closes #6732
<!--
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 updated PR #6816.
alexcrichton has enabled auto merge for PR #6816.
alexcrichton merged PR #6816.
Last updated: Nov 22 2024 at 17:03 UTC