[−][src]Function wasmer_runtime_core::fault::allocate_and_run
pub fn allocate_and_run<R, F: FnOnce() -> R>(size: usize, f: F) -> R
Allocates and runs with the given stack size and closure.
pub fn allocate_and_run<R, F: FnOnce() -> R>(size: usize, f: F) -> R
Allocates and runs with the given stack size and closure.