wasmtime-internal-cranelift 44.0.0

INTERNAL: Integration between Cranelift and Wasmtime
Documentation
1
2
3
4
5
6
//! Support for configurable wasm translation.

#[macro_use]
mod spec;

pub use crate::translate::environ::spec::{GlobalVariable, StructFieldsVec, TargetEnvironment};