dignifiedquire / borc

Assimilate your JavaScript objects into cbor
https://dignifiedquire.github.io/borc
MIT License
31 stars 22 forks source link

Rewrite in Rust & webassembly #26

Open dignifiedquire opened 6 years ago

dignifiedquire commented 6 years ago

After reading https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/ I think we are ready to move this forward. Maintaining a cbor parser in rust will be much less painful than hand rolled asm.js and potentially allow us to move even more logic into rust/webassembly.