cranelift-wasm 0.112.3

Translator from WebAssembly to Cranelift IR
Documentation
1
2
3
4
5
6
7
8
//! Support for configurable wasm translation.

#[macro_use]
mod spec;

pub use crate::environ::spec::{
    FuncEnvironment, GlobalVariable, ModuleEnvironment, TargetEnvironment,
};