Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dasync.h307 } wasmtime_stack_memory_t; typedef
321 void *env, size_t size, bool zeroed, wasmtime_stack_memory_t *stack_ret);
/wasmtime-44.0.1/crates/c-api/src/
H A Dasync.rs365 pub struct wasmtime_stack_memory_t { struct
399 stack_ret: &mut wasmtime_stack_memory_t,
420 let mut out = wasmtime_stack_memory_t { in new_stack()