Searched refs:WasmStoreData (Results 1 – 1 of 1) sorted by relevance
12 pub type WasmStoreData = (); typedef13 pub type WasmStore = Store<WasmStoreData>;14 pub type WasmStoreContext<'a> = StoreContext<'a, WasmStoreData>;15 pub type WasmStoreContextMut<'a> = StoreContextMut<'a, WasmStoreData>;