Module types

Module types 

Source

Structs§

ActivationResult
Result of a Stylus program activation.
EvmData
EVM context data passed to the Stylus runtime during program execution.
ProgParams
Parameters passed to the Stylus runtime for program execution.

Enums§

RequestType
Host I/O request types for Stylus WASM programs.
UserOutcome
Outcome of executing a Stylus WASM program.

Functions§

evm_memory_cost
Compute EVM memory expansion cost (matches geth’s memory.go).
to_word_size
Round up byte size to 32-byte word count.