Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dsharedmemory.h62 wasmtime_sharedmemory_clone(const wasmtime_sharedmemory_t *memory);
/wasmtime-44.0.1/crates/c-api/src/
H A Dsharedmemory.rs23 pub extern "C" fn wasmtime_sharedmemory_clone( in wasmtime_sharedmemory_clone() function