commit | 0bb3ce69353d94f88da4658768fbac2934a035f0 | [log] [tgz] |
---|---|---|
author | Björn Harrtell <bjornharrtell@users.noreply.github.com> | Thu May 16 20:43:31 2019 +0200 |
committer | Wouter van Oortmerssen <aardappel@gmail.com> | Thu May 16 11:43:31 2019 -0700 |
tree | 732f5b91cc59f014c5eb71eefc89857b691751bd | |
parent | b56d60f058cbe0c9b41d884857e977f38e9b0205 [diff] |
[JS/TS] Size prefix support (#5326) * WIP size prefix support * Consider size prefix in overloaded variant * Work on code gen * Disabled helper functions in code gen * Enabled helper functions in code gen * Fix size prefixed test * Fix bad function call * Add SIZE_PREFIX_LENGTH * Fix review comments
FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
Go to our landing page to browse our documentation.
and more in progress...
flatbuffers
tag for any questions regarding FlatBuffers.To contribute to this project, see CONTRIBUTING.
Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.