cbor icon indicating copy to clipboard operation
cbor copied to clipboard

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

Open fxamacker opened this issue 3 years ago • 1 comments

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 avatar May 28 '22 23:05 fxamacker

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

fxamacker avatar Jun 18 '23 21:06 fxamacker