Struct wasmtime_jit::CompilationArtifacts[][src]

pub struct CompilationArtifacts { /* fields omitted */ }
Expand description

Contains all compilation artifacts.

Implementations

Creates a CompilationArtifacts for a singular translated wasm module.

The use_paged_init argument controls whether or not an attempt is made to organize linear memory initialization data as entire pages or to leave the memory initialization data as individual segments.

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.