Searched refs:WasmStoreRef (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | store.rs | 29 pub struct WasmStoreRef { struct 33 impl WasmStoreRef { impl 46 pub(crate) store: WasmStoreRef, 56 store: WasmStoreRef { in wasm_store_new()
|
| H A D | instance.rs | 2 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 D | extern.rs | 2 WasmStoreRef, WasmtimeStoreContext, wasm_externkind_t, wasm_externtype_t, wasm_func_t, 10 pub(crate) store: WasmStoreRef,
|