Stream: git-wasmtime

Topic: wasmtime / PR #12239 Insert veneers on arm64 in cranelift...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 03 2026 at 12:20):

bjorn3 opened PR #12239 from bjorn3:cranelift_jit_fixes to bytecodealliance:main:

Together with an incorrect assertion, the lack of this caused jumps to random memory locations if the target is too far away.

Fixes https://github.com/rust-lang/rustc_codegen_cranelift/issues/1619

view this post on Zulip Wasmtime GitHub notifications bot (Jan 03 2026 at 12:20):

bjorn3 requested wasmtime-compiler-reviewers for a review on PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 03 2026 at 12:20):

bjorn3 requested fitzgen for a review on PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 03 2026 at 12:24):

bjorn3 updated PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 03 2026 at 12:26):

bjorn3 updated PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 03 2026 at 12:42):

bjorn3 updated PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2026 at 18:36):

fitzgen created PR review comment:

Maybe something like

const _ASSERT_JIT_MODULE_IS_SEND: () = { ... };

to help readers understand what is going on at a glance?

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2026 at 18:36):

fitzgen submitted PR review:

LGTM! Just one tiny suggestion below.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2026 at 18:40):

bjorn3 updated PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2026 at 19:04):

bjorn3 updated PR #12239.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2026 at 19:04):

bjorn3 commented on PR #12239:

Fixed the missing import on Windows.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2026 at 16:02):

alexcrichton merged PR #12239.


Last updated: Feb 24 2026 at 05:28 UTC