Expand description
Wizer: the WebAssembly pre-initializer!
See the Wizer struct for details.
Structs§
- Component
Context - Wizer-specific contextual information about a component, returned from
Wizer::instrument_component. - Module
Context - Info that we keep track of on a per module-within-a-module-linking-bundle basis.
- Wasmtime
Wizer wasmtime - Impementation of
InstanceStatebacked by Wasmtime. - Wasmtime
Wizer Component wasmtime - Impementation of [
InstanceState] backed by Wasmtime. - Wizer
- Wizer: the WebAssembly pre-initializer!
Enums§
- Snapshot
Val - A value from a snapshot, currently a subset of wasm types that aren’t reference types.
Traits§
- Component
Instance State component-model - Trait representing the ability to invoke functions on a component to learn about its internal state.
- Instance
State - Abstract ability to load state from a WebAssembly instance after it’s been instantiated and some exports have run.