[][src]Function sc_executor::call_in_wasm_with_host_functions

pub fn call_in_wasm_with_host_functions(
    function: &str,
    call_data: &[u8],
    execution_method: WasmExecutionMethod,
    ext: &mut dyn Externalities,
    code: &[u8],
    heap_pages: u64,
    host_functions: Vec<&'static dyn Function>,
    allow_missing_func_imports: bool
) -> Result<Vec<u8>>

Non-generic version of call_in_wasm that takes the host_functions as parameter. For more information please see call_in_wasm.