mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
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:
parent
d9cb093989
commit
9778eceaf5
14 changed files with 1881 additions and 186 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue