Kmeakin requested alexcrichton for a review on PR #9274.
Kmeakin requested wasmtime-default-reviewers for a review on PR #9274.
Kmeakin opened PR #9274 from Kmeakin:km/pulley/nonnull
to bytecodealliance:main
:
Split off from https://github.com/bytecodealliance/wasmtime/pull/9251
alexcrichton submitted PR review.
Kmeakin updated PR #9274.
Kmeakin commented on PR #9274:
The methods on
NonNull
were stabilized in 1.80, so we'll have to wait until 1.82 is released on 17 October
Kmeakin edited a comment on PR #9274:
The methods on
NonNull
were stabilized in 1.80, so we'll have to wait until 1.82 is released on 17 October and use pollyfills in the meantime
Kmeakin updated PR #9274.
github-actions[bot] commented on PR #9274:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "pulley"Thus the following users have been cc'd because of the following labels:
- fitzgen: pulley
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on PR #9274:
We're unfortunately held back on Rust versions by OSS-Fuzz right now (see https://github.com/bytecodealliance/wasmtime/pull/9231 for a bit more info), so it might be best to go ahead and get this working on our current 1.78 MSRV. I think it may just require a few more accessor methods in a few places? (e.g.
.as_ptr().read()
instead of.read()
)
Kmeakin commented on PR #9274:
We're unfortunately held back on Rust versions by OSS-Fuzz right now (see #9231 for a bit more info), so it might be best to go ahead and get this working on our current 1.78 MSRV. I think it may just require a few more accessor methods in a few places? (e.g.
.as_ptr().read()
instead of.read()
)Should pass on 1.78 rust with the newest patch
alexcrichton commented on PR #9274:
Oh oops sorry I think I missed the update
alexcrichton merged PR #9274.
Last updated: Nov 22 2024 at 17:03 UTC