Module finite_wasm::max_stack

source ·
Expand description

Instrumentation-based implementation of the finite-wasm specification.

The functionality provided by this module will transform a provided WebAssembly module in a way that measures gas fees and stack depth without any special support by the runtime executing the code in question.

Enums

Traits