Struct wasmtime_cranelift::CompiledFunction
source · pub struct CompiledFunction { /* private fields */ }
Expand description
Compiled function: machine code body, jump table offsets, and unwind information.
Trait Implementations§
source§impl Default for CompiledFunction
impl Default for CompiledFunction
source§fn default() -> CompiledFunction
fn default() -> CompiledFunction
Returns the “default value” for a type. Read more