Trait wasmtime_cranelift_shared::CompiledFuncEnv

source ·
pub trait CompiledFuncEnv {
    // Required method
    fn resolve_user_external_name_ref(
        &self,
        external: UserExternalNameRef
    ) -> (u32, u32);
}
Expand description

Trait used in the CompiledFunction to resolve the locations of external name references in a compiled function.

Required Methods§

Implementors§