wasmtime-internal-cranelift 36.0.7

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};