Use C++ to do flatbuffer parsing.

- Port protobuf messages to flatbuffers.
- Demo linking to rust from C++ executable.
- Start using the prototype TS libraries.
This commit is contained in:
Ryan Dahl 2018-07-06 11:27:36 -04:00
parent d9cb093989
commit 9778eceaf5
14 changed files with 1881 additions and 186 deletions

View file

@ -1,6 +1,9 @@
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
// All rights reserved. MIT License.
import { debug } from "./main";
//import { debug } from "./main";
const debug = true;
import { TypedArray } from "./types";
// Internal logging for deno. Use the "debug" variable above to control