Stream: git-wasmtime

Topic: wasmtime / PR #13517 fix: resolve #13200 — Cranelift: JIT...


view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 09:42):

chinhkrb113 opened PR #13517 from chinhkrb113:improve/quality/re-export-jitmemorykind-from-the-crate-r to bytecodealliance:main:

Summary

Making JITMemoryKind public in memory.rs is not sufficient if it is not re-exported from the crate root alongside JITMemoryProvider and the other memory-related public items. Downstream users import these symbols from cranelift_jit::..., so the type needs to be reachable through the same path used for JITMemoryProvider

Fixes #13200

Changes

Why

cranelift/jit/src/lib.rs: Making JITMemoryKind public in memory.rs is not sufficient if it is not re-exported from the crate root alongside JITMemoryProvider and the other memory-related public items. Downstream users import these symbols from cranelift_jit::..., so the type needs to be reachable through the same path used for JITMemoryProvider.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 09:42):

chinhkrb113 requested wasmtime-compiler-reviewers for a review on PR #13517.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 09:42):

chinhkrb113 requested fitzgen for a review on PR #13517.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2026 at 11:17):

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


Last updated: Jun 01 2026 at 09:49 UTC