Trait wasm_core::executor::NativeResolver [] [src]

pub trait NativeResolver: 'static {
    fn resolve(&self, module: &str, field: &str) -> Option<NativeEntry>;
}

Required Methods

Implementors