run

Function run 

Source
pub fn run(
    config: Config<'_, impl Iterator<Item = impl AsRef<[u8]>> + Clone>,
) -> Result<RuntimeCall, (StartErr, HostVmPrototype)>
Expand description

Start running the WebAssembly virtual machine.