Skip to content

Tags: wasmCloud/tinygo-msgpack

Tags

v0.1.2

Toggle v0.1.2's commit message
go mod tidy

v0.1.1

Toggle v0.1.1's commit message
Adding Codec interface

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/initial implementation (#1)

* Initial implementation

* Fixing SetFloat*

* Fixing GetFloat*

* Adding tests, created Writer interface

* Removing unused code