Module gwasm_instrument::stack_limiter
source · Expand description
Contains the code for the stack height limiter instrumentation.
Structs
- Represents the injection configuration. See
inject_with_config
for more details.
Functions
- Inject the instumentation that makes stack overflows deterministic, by introducing an upper bound of the stack size.
- Same as the
inject
function, but allows to configure exit instructions when the stack limit is reached and the export name of the stack height global.