Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.h486 wasmtime_arrayref_len(wasmtime_context_t *context,
H A Dgc.hh403 auto *err = wasmtime_arrayref_len(cx.capi(), &val, &out); in len()
/wasmtime-44.0.1/crates/c-api/src/
H A Dref.rs853 pub unsafe extern "C" fn wasmtime_arrayref_len( in wasmtime_arrayref_len() function