Module wasmer_runtime_core_fl::state[][src]

Expand description

The state module is used to track state of a running web assembly instances so that state could read or updated at runtime. Use cases include generating stack traces, switching generated code from one tier to another, or serializing state of a running instace.

Structs

A CodeVersion is a container for a unit of generated code for a module.

An image of the execution state.

A map of function states.

Represents an image of an Instance including its memory, globals, and execution state.

A container for the state of a running wasm instance.

A diff of two MachineStates.

A map of module state.

Info for an offset.

An index to a register

State dump of a wasm function.

Enums

A kind of machine value.

A kind of suspend offset.

A kind of wasm or constant value