mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 23:45:18 +01:00
wasm: Fix IO.get() function signature
This commit is contained in:
@@ -19,7 +19,7 @@ impl Database {
|
||||
pub struct IO {}
|
||||
|
||||
impl limbo_core::StorageIO for IO {
|
||||
fn get(&self, _page_idx: usize, _c: &mut limbo_core::Completion) -> Result<()> {
|
||||
fn get(&self, _page_idx: usize, _c: Arc<limbo_core::Completion>) -> Result<()> {
|
||||
todo!();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user