johanbrandhorst / protobuf

GopherJS Bindings for ProtobufJS and gRPC-Web
MIT License
81 stars 16 forks source link

jspb: Support full 64bit integer ranges #33

Closed johanbrandhorst closed 6 years ago

johanbrandhorst commented 6 years ago

The jspb wrapper makes use of the google-protobuf javascript library to encode and decode the protobuf wire format. This commit adds support for encoding and decoding the full 64bit integer ranges to and from the GopherJS types.

Fixes #32.