fn call_module<M: MemorySize>(
ctx: WasiFunctionEnv,
store: Store,
start_ptr_offset: M::Offset,
thread_handle: Arc<WasiThreadHandle>,
rewind_state: Option<(RewindState, RewindResultType)>,
)
Expand description
Calls the module
fn call_module<M: MemorySize>(
ctx: WasiFunctionEnv,
store: Store,
start_ptr_offset: M::Offset,
thread_handle: Arc<WasiThreadHandle>,
rewind_state: Option<(RewindState, RewindResultType)>,
)
Calls the module