msgpack-as icon indicating copy to clipboard operation
msgpack-as copied to clipboard

MessagePack implementation with AssemblyScript for WebAssembly

msgpack-as (WIP)

MessagePack implementation with AssemblyScript for WebAssembly

:warning: This project is experimental, please don't use production project!!

TODO:

  • [ ] implementation
    • [ ] zone
    • [ ] object
    • [ ] parser
    • [ ] unpacker
    • [ ] packer
    • [ ] JS side utils
  • [ ] tests
    • [ ] tweak wasm binary building for unit test
    • [ ] detect unit test code automatically
  • [ ] other
    • [ ] benchmark
    • [ ] examples (browser and node)

:copyright: License

MIT