Struct wasmtime_jit::TypeTables[][src]

pub struct TypeTables {
    pub wasm_signatures: PrimaryMap<SignatureIndex, WasmFuncType>,
    pub module_signatures: PrimaryMap<ModuleTypeIndex, ModuleSignature>,
    pub instance_signatures: PrimaryMap<InstanceTypeIndex, InstanceSignature>,
}
Expand description

This is intended to mirror the type tables in wasmtime_environ, except that it doesn’t store the native signatures which are no longer needed past compilation.

Fields

wasm_signatures: PrimaryMap<SignatureIndex, WasmFuncType>module_signatures: PrimaryMap<ModuleTypeIndex, ModuleSignature>instance_signatures: PrimaryMap<InstanceTypeIndex, InstanceSignature>

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.