pub fn run( config: Config<'_, impl Iterator<Item = impl AsRef<[u8]>> + Clone>, ) -> Result<RuntimeCall, (StartErr, HostVmPrototype)>
Start running the WebAssembly virtual machine.