List of all items
Structs
- binary::Code
- binary::Custom
- binary::CustomSecList
- binary::Data
- binary::Elem
- binary::Export
- binary::Expr
- binary::Func
- binary::Func0
- binary::FuncType
- binary::Global
- binary::GlobalType
- binary::Import
- binary::Local
- binary::MemArg
- binary::Memory
- binary::Module
- binary::ResultType
- binary::Section
- binary::Table
- exec::env::DebugEnv
- exec::importer::default::DefaultImporter
- exec::runtime::Instance
- exec::runtime::Runtime
- exec::stack::Frame
- exec::stack::Label
- exec::stack::Stack
- exec::store::DataInst
- exec::store::ElemInst
- exec::store::GlobalInst
- exec::store::MemInst
- exec::store::Store
- exec::store::TableInst
- loader::parser::Parser
Enums
- binary::Block
- binary::DataMode
- binary::ElemMode
- binary::ExportDesc
- binary::ImportDesc
- binary::Instr
- binary::Limits
- binary::Mut
- binary::RefType
- binary::ValType
- exec::runtime::ExecState
- exec::runtime::ImportType
- exec::runtime::RuntimeError
- exec::store::FuncInst
- exec::trap::Trap
- exec::value::Ref
- exec::value::Value
- loader::error::Error
- loader::leb128::Type
Traits
- binary::FromByte
- exec::env::Env
- exec::importer::Importer
- exec::value::LittleEndian
- loader::leb128::Leb128
- loader::parser::Target
Functions
- exec::cast::f32_to_i32
- exec::cast::f32_to_i32_sat
- exec::cast::f32_to_i64
- exec::cast::f32_to_i64_sat
- exec::cast::f32_to_u32
- exec::cast::f32_to_u32_sat
- exec::cast::f32_to_u64
- exec::cast::f32_to_u64_sat
- exec::cast::f64_to_i32
- exec::cast::f64_to_i32_sat
- exec::cast::f64_to_i64
- exec::cast::f64_to_i64_sat
- exec::cast::f64_to_u32
- exec::cast::f64_to_u32_sat
- exec::cast::f64_to_u64
- exec::cast::f64_to_u64_sat
- exec::instr::attach
- exec::instr::step
- exec::instr::unwind_stack
- exec::memory::data_active
- exec::memory::data_drop
- exec::memory::data_passiv
- exec::memory::f32_load
- exec::memory::f32_store
- exec::memory::f64_load
- exec::memory::f64_store
- exec::memory::i32_load
- exec::memory::i32_load_16s
- exec::memory::i32_load_16u
- exec::memory::i32_load_8s
- exec::memory::i32_load_8u
- exec::memory::i32_store
- exec::memory::i32_store_16
- exec::memory::i32_store_8
- exec::memory::i64_load
- exec::memory::i64_load_16s
- exec::memory::i64_load_16u
- exec::memory::i64_load_32s
- exec::memory::i64_load_32u
- exec::memory::i64_load_8s
- exec::memory::i64_load_8u
- exec::memory::i64_store
- exec::memory::i64_store_16
- exec::memory::i64_store_32
- exec::memory::i64_store_8
- exec::memory::memory_copy
- exec::memory::memory_fill
- exec::memory::memory_grow
- exec::memory::memory_init
- exec::memory::memory_size
- exec::runtime::eval_const
- exec::table::elem_active
- exec::table::elem_drop
- exec::table::elem_passiv
- exec::table::table_copy
- exec::table::table_fill
- exec::table::table_get
- exec::table::table_grow
- exec::table::table_init
- exec::table::table_init_manual
- exec::table::table_set
- exec::table::table_size
- loader::leb128::read_32
- loader::leb128::read_64
- loader::parse
Type Definitions
- binary::CodeSec
- binary::CustomSec
- binary::DataCountSec
- binary::DataIdx
- binary::DataSec
- binary::ElemIdx
- binary::ElemSec
- binary::ExportSec
- binary::FuncIdx
- binary::FuncSec
- binary::GlobalIdx
- binary::GlobalSec
- binary::ImportSec
- binary::LabelIdx
- binary::LocalIdx
- binary::MemIdx
- binary::MemSec
- binary::StartSec
- binary::TableIdx
- binary::TableSec
- binary::TypeIdx
- binary::TypeSec
- exec::runtime::Addr