Function call_async

Source
pub fn call_async(wasm: &[u8], config: &Config, poll_amts: &[u32])
Expand description

Instantiates a wasm module and runs its exports with dummy values, all in an async fashion.

Attempts to stress yields in host functions to ensure that exiting and resuming a wasm function call works.