<https://x.com/bashorov/status/1853576712191090774...
# webassembly
b
p
So it is the end for native development? 😀
😃 5
m
If only there was finally a decent local storage option. SQLDelight/SQLite?, API for IndexedDB? OPFS backed Okio filesystem?
☝️ 2
b
For SQLDelight there is work in progress PRs by @ilyagulya (PR 5531, PR 5534) cc @Derek Ellis
About IndexedDB and other missed APIs please file an issue here.
Regarding OPFS backed Okio filesystem, I think it’s better to ask in #C5HT9AL7Q or https://github.com/square/okio (cc @jessewilson*)*
c
IIRC OPFS needs to be called asynchronously, but Okio’s methods are synchronous so I don’t think it’s possible to support an OPFS-backed Okio
FileSystem
m
On the main thread they are asynchronous and on a web worker they are not, if that matters. See: https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system#how_does_the_opfs_solve_such_problems