Re-exports§
pub use crate::syscalls::SyscallName;
pub use gwasm_instrument as wasm_instrument;
pub use gwasm_instrument::parity_wasm;
Modules§
- This module is used to instrument a Wasm module with gas metering code.
- Gear syscalls for programs execution signatures.
- Auxiliary functions for working with WASM modules.
Structs§
- This is an auxiliary builder that allows to instrument WASM module.
Enums§
- WASM module instrumentation error.
- System break code for
SyscallName::SystemBreak
syscall.
Constants§
- Gas global export name in WASM module.
__gear_stack_end
export is inserted by wasm-proc or wasm-builder, it indicates the end of program stack memory.__gear_stack_height
export is inserted by gwasm-instrument, it points to stack height global that is used bygwasm_instrument::stack_limiter
.
Traits§
- An interface that describes instruction costs.