Stream: git-wasmtime

Topic: wasmtime / PR #9498 Leverage Rust 1.79, 1.80


view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:46):

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 and LazyCell. One dependency remains in the wasmtime crate due to the get_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:

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 (Oct 22 2024 at 21:46):

alexcrichton requested elliottt for a review on PR #9498.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:46):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #9498.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:46):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #9498.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:46):

alexcrichton requested wasmtime-core-reviewers for a review on PR #9498.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:46):

alexcrichton requested wasmtime-default-reviewers for a review on PR #9498.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:52):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 21:58):

alexcrichton has enabled auto merge for PR #9498.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2024 at 22:16):

alexcrichton merged PR #9498.


Last updated: Oct 23 2024 at 20:03 UTC