Home
last modified time | relevance | path

Searched refs:contref_args_ptr (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dstack_switching.rs322 let contref_args_ptr = &mut contref.args as *mut _ as *mut VMHostArray<crate::ValRaw>; in cont_new() localVariable
327 contref_args_ptr, in cont_new()