Skip to main content

Module wasm_jit

Module wasm_jit 

Source
Expand description

Back-compat facade: the WS6 browser WASM-JIT tier moved into the shared wasm codegen submodule — wasm::func for the byte emitter, wasm::region_jit for the tier + host. machine.rs (super::wasm_jit::WasmTier) and the wasm_jit_* differential/browser test suites still reach it here, unchanged.

Re-exports§

pub use super::wasm::func::compile_function_to_wasm;
pub use super::wasm::func::compile_region_to_wasm;
pub use super::wasm::region_jit::WasmTier;