Module wasm

Source
Expand description

WASM related primitives.

Modulesยง

abi ๐Ÿ”’
WASM ABI
data ๐Ÿ”’
Dataset in code generation
func ๐Ÿ”’
Function handler
host ๐Ÿ”’
Host functions

Macrosยง

impl_deref ๐Ÿ”’

Structsยง

Data
Data section conversion
Env
A struct that holds the environment wasm module.
Exports
WASM export section
Funcs
WASM function registry
Function
Function with validator.
Functions
WASM Functions by indexes.
Imports
WASM import section
Slots
WASM slot registry

Enumsยง

HostFunc
EVM built-in function.

Traitsยง

ToLSBytes
Get the offset of this type in the lowest significant bytes.
Type
WASM type size for the stack representation of EVM.