Hacker News new | ask | show | jobs
by markhenderson 1931 days ago
There's definitely interest. Berty has a Go implementation and the idea of a Rust implementation gets tossed around every season.

Can Webassembly read IndexedDB yet?

1 comments

It seems so: https://github.com/nwestfall/BlazorDB

Although this might be using JavaScript interop instead of using WebAssembly directly.

Edit: check this out: https://www.ditto.live/

It’s a multi language CRDT implementation that seems to use WebAssembly to be available in multiple languages.