hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Replace uses of `Buffer` with `b4a` #52

Closed kasperisager closed 2 years ago

mafintosh commented 2 years ago

@kasperisager loving this, wondering how we could test this... maybe just manually bundling?

kasperisager commented 2 years ago

I ran a bundled version in a browser and encountered the following issues:

With all of those patched in my local dependency tree, I can construct a Hypercore in the browser, though it doesn't correctly open yet.

mafintosh commented 2 years ago

Nice, good to track.

mafintosh commented 2 years ago

Looks great, merging.