pub fn block_on<F: Future>(f: F) -> F::Output
Spin-polls f until it resolves. Safe for single-threaded WASM where the host drives re-entry via oo_on_message from within __oo_host_call.
f
oo_on_message
__oo_host_call