Function wasmer_runtime_core_fl::fault::allocate_and_run[][src]

pub fn allocate_and_run<R, F: FnOnce() -> R>(size: usize, f: F) -> R
Expand description

Allocates and runs with the given stack size and closure.