mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
fix wasm and simulator wal impl
This commit is contained in:
parent
0f4270b48f
commit
f43e53a815
2 changed files with 29 additions and 12 deletions
|
@ -187,6 +187,10 @@ impl limbo_core::File for SimulatorFile {
|
|||
}
|
||||
self.inner.pwrite(pos, buffer, c)
|
||||
}
|
||||
|
||||
fn sync(&self, c: Rc<limbo_core::Completion>) -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for SimulatorFile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue