syndtr / goleveldb

LevelDB key/value database in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser indexeddb in golang / wasm

gedw99 opened this issue · comments

commented

There is also an indexeddb implementation in golang here. It compiles to wasm and uses the browsers built in indexeddb.

https://github.com/hack-pad/go-indexeddb

it would be cool to setup tests to run against both implementations.