Join Slack
Powered by
<https://x.com/bashorov/status/1853576712191090774...
# webassembly
b
bashor
11/04/2024, 11:15 PM
https://x.com/bashorov/status/1853576712191090774
kodee happy
7
🎉 15
p
Pablichjenkov
11/04/2024, 11:34 PM
So it is the end for native development? 😀
😃 5
m
Michael Paus
11/05/2024, 7:59 AM
If only there was finally a decent local storage option. SQLDelight/SQLite?, API for IndexedDB? OPFS backed Okio filesystem?
☝️ 2
b
bashor
11/05/2024, 12:15 PM
For SQLDelight there is work in progress PRs by
@ilyagulya
(
PR 5531
,
PR 5534
) cc
@Derek Ellis
bashor
11/05/2024, 12:16 PM
About IndexedDB and other missed APIs please file an issue
here
.
bashor
11/05/2024, 12:20 PM
Regarding OPFS backed Okio filesystem, I think it’s better to ask in
#C5HT9AL7Q
or
https://github.com/square/okio
(cc
@jessewilson
*)*
c
Colin White
11/05/2024, 8:54 PM
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
Michael Paus
11/05/2024, 9:01 PM
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
12
Views
Open in Slack
Previous
Next