Do i know anyone familiar with compiling C bindings for nodejs to wasm to make them work in browsers?
In particular C binding for RocksDB with support for batch operations, which already work in nodejs, but need to get them working in browsers.
If you know somebody, please tag
Login to reply
Replies (2)
How big is the rockdb binary?
Also would it not make more sense to shim the binding to browser/leveldb or has that already been attempted?
https://github.com/holepunchto/rocksdb-native
There are a few more dependencies.
I think one thing is compiling to wasm.
The other is to have hooks for handling the wasm blob trying to e.g. hit the filesystem, etc...