alexcrichton opened PR #9498 from alexcrichton:update-rust
to bytecodealliance:main
:
This commit is a follow-up to #9496 to leverage various APIs that the workspace now has access to. For example most dependencies on the
once_cell
crate are now removed in favor of the types stabilized in the standard library:LazyLock
andLazyCell
. One dependency remains in thewasmtime
crate due to theget_or_try_init
not being stable yet.Some additional helper methods on raw pointer slices are also available for removing a few minor
unsafe
blocks.<!--
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 elliottt for a review on PR #9498.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #9498.
alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #9498.
alexcrichton requested wasmtime-core-reviewers for a review on PR #9498.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9498.
pchickey submitted PR review.
alexcrichton has enabled auto merge for PR #9498.
alexcrichton merged PR #9498.
Last updated: Nov 22 2024 at 17:03 UTC