fxamacker / cbor

CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.
MIT License
719 stars 60 forks source link

feature: Add support for tinygo to use StreamEncoder and StreamDecoder in features/stream-mode branch #348

Closed fxamacker closed 1 month ago

fxamacker commented 2 years ago

Supporting TinyGo would require fewer changes in the features/stream-mode branch compared to master branch.

The features/stream-mode branch is a superset of master branch. It has StreamEncoder and StreamDecoder which would require fewer changes to support tinygo.

For more details, see issue https://github.com/fxamacker/cbor/issues/295

fxamacker commented 1 year ago

Some progress in general with TinyGo 0.28.1.
See https://github.com/fxamacker/cbor/issues/295#issuecomment-1596267611

fxamacker commented 1 month ago

Closed by new feature branch feature/cbor-tinygo-beta:

It obsoletes old branch for tinygo.