Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/src/
H A Dstore.rs29 pub struct WasmStoreRef { struct
33 impl WasmStoreRef { impl
46 pub(crate) store: WasmStoreRef,
56 store: WasmStoreRef { in wasm_store_new()
H A Dinstance.rs2 WasmStoreRef, WasmtimeStoreContextMut, WasmtimeStoreData, wasm_extern_t, wasm_extern_vec_t,
11 store: WasmStoreRef,
18 pub(crate) fn new(store: WasmStoreRef, instance: Instance) -> wasm_instance_t { in new() argument
H A Dextern.rs2 WasmStoreRef, WasmtimeStoreContext, wasm_externkind_t, wasm_externtype_t, wasm_func_t,
10 pub(crate) store: WasmStoreRef,