An open API service indexing awesome lists of open source software.

https://github.com/kazupon/msgpack-as

MessagePack implementation with AssemblyScript for WebAssembly
https://github.com/kazupon/msgpack-as

assemblyscript msgpack serializer wasm webassesmbly

Last synced: about 1 month ago
JSON representation

MessagePack implementation with AssemblyScript for WebAssembly

Awesome Lists containing this project

README

        

# 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](http://opensource.org/licenses/MIT)