Stream: git-wasmtime

Topic: wasmtime / PR #9274 Use `NonNull<u8>` for `pc` instead of...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 00:17):

Kmeakin requested alexcrichton for a review on PR #9274.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 00:17):

Kmeakin requested wasmtime-default-reviewers for a review on PR #9274.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 00:17):

Kmeakin opened PR #9274 from Kmeakin:km/pulley/nonnull to bytecodealliance:main:

Split off from https://github.com/bytecodealliance/wasmtime/pull/9251

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 00:29):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 01:07):

Kmeakin updated PR #9274.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 01:10):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 01:15):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 01:18):

Kmeakin updated PR #9274.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 02:54):

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2024 at 15:08):

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())

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 17:50):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 17:56):

alexcrichton commented on PR #9274:

Oh oops sorry I think I missed the update

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 18:13):

alexcrichton merged PR #9274.


Last updated: Nov 22 2024 at 17:03 UTC