Function exec_with_host_function_internal

Source
pub fn exec_with_host_function_internal<F>(
    code: &str,
    expected_assembly: &str,
    id: &str,
    callback: F,
) -> Vm
where F: 'static + FnMut(HostArgs),
Expand description

ยงPanics