Crate wasmtime_wizer

Crate wasmtime_wizer 

Source
Expand description

Wizer: the WebAssembly pre-initializer!

See the Wizer struct for details.

Structs§

ComponentContext
Wizer-specific contextual information about a component, returned from Wizer::instrument_component.
ModuleContext
Info that we keep track of on a per module-within-a-module-linking-bundle basis.
WasmtimeWizerwasmtime
Impementation of InstanceState backed by Wasmtime.
WasmtimeWizerComponentwasmtime
Impementation of [InstanceState] backed by Wasmtime.
Wizer
Wizer: the WebAssembly pre-initializer!

Enums§

SnapshotVal
A value from a snapshot, currently a subset of wasm types that aren’t reference types.

Traits§

ComponentInstanceStatecomponent-model
Trait representing the ability to invoke functions on a component to learn about its internal state.
InstanceState
Abstract ability to load state from a WebAssembly instance after it’s been instantiated and some exports have run.