GitXplorerGitXplorer
k

msgpack-as

public
15 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
35fbf561f078f326000b3937d8f9bb004b00d6d7

:construction: WIP: object implementation

kkazupon committed 6 years ago
Verified
1e3391666f7025f7440c75d0c5428530e6aa2c52

:construction: WIP: add zone implemenetation stubs

kkazupon committed 6 years ago
Verified
58ed636afa6c94f2c5e818305d3701944f85790d

:up: update: chunk and chunk list implementation

kkazupon committed 6 years ago
Verified
6fa229b6036ec06a66bfcc7a6ee1762b607c0b01

:up: update: finalizer array implementation

kkazupon committed 6 years ago
Verified
ce8cd99f3fb30e5deb66d435287820c8298c78c3

:shirt: refactor: finalizer spec

kkazupon committed 6 years ago
Verified
f682b1612d231bf393360eae420df118db83de23

:pencil: docs: more updates

kkazupon committed 6 years ago

README

The README file for this repository.

msgpack-as (WIP)

MessagePack implementation with AssemblyScript for WebAssembly

⚠️ 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)

©️ License

MIT