summaryrefslogtreecommitdiff
path: root/js/msg_generated.ts
AgeCommit message (Collapse)Author
2018-07-25Remove msg_generated hack (#409)Kitson Kelly
2018-07-24Remove handlers crate target.Ryan Dahl
- Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler.
2018-07-09Regenerate msg_generated.tsBert Belder
I forgot to commit this file in 8a17db8.
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
- Port protobuf messages to flatbuffers. - Demo linking to rust from C++ executable. - Start using the prototype TS libraries.
2018-07-04Replace protobufs with flatbuffersRyan Dahl