Berektassuly opened PR #13632 from Berektassuly:cranelift-jit-reexport-jitmemorykind to bytecodealliance:main:
Fixes #13200.
JITMemoryProvider::allocatetakes aJITMemoryKind, but downstream crates
could not name that type because it was only available through the private
memorymodule.This re-exports
JITMemoryKindfrom thecranelift_jitcrate root alongside
JITMemoryProviderand 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.
Berektassuly requested alexcrichton for a review on PR #13632.
Berektassuly requested wasmtime-compiler-reviewers for a review on PR #13632.
github-actions[bot] added the label cranelift on PR #13632.
:thumbs_up: alexcrichton submitted PR review.
alexcrichton added PR #13632 cranelift-jit: re-export JITMemoryKind to the merge queue.
:check: alexcrichton merged PR #13632.
alexcrichton removed PR #13632 cranelift-jit: re-export JITMemoryKind from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC