Stream: git-wasmtime

Topic: wasmtime / PR #13632 cranelift-jit: re-export JITMemoryKind


view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 09:07):

Berektassuly opened PR #13632 from Berektassuly:cranelift-jit-reexport-jitmemorykind to bytecodealliance:main:

Fixes #13200.

JITMemoryProvider::allocate takes a JITMemoryKind, but downstream crates
could not name that type because it was only available through the private
memory module.

This re-exports JITMemoryKind from the cranelift_jit crate root alongside
JITMemoryProvider and adds rustdoc for the public enum.

Tested with cargo check -p cranelift-jit, cargo test -p cranelift-jit, and
cargo doc -p cranelift-jit --no-deps.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 09:07):

Berektassuly requested alexcrichton for a review on PR #13632.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 09:07):

Berektassuly requested wasmtime-compiler-reviewers for a review on PR #13632.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 11:25):

github-actions[bot] added the label cranelift on PR #13632.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 17:49):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 17:49):

alexcrichton added PR #13632 cranelift-jit: re-export JITMemoryKind to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 18:14):

:check: alexcrichton merged PR #13632.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2026 at 18:14):

alexcrichton removed PR #13632 cranelift-jit: re-export JITMemoryKind from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC