Skip to content

Commit

Permalink
Replace protobuf with flatbuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
qm3ster authored and ry committed Aug 3, 2018
1 parent 2830023 commit d15d334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const char* deno_last_exception(Deno* d);
There are three layers of API to consider:
* L1: the low-level message passing API exported by libdeno (L1),
* L2: the protobuf messages used internally (L2),
* L2: the flatbuffer messages used internally (L2),
* L3: the final "deno" namespace exported to users (L3).
### L1
Expand Down Expand Up @@ -176,7 +176,7 @@ function main() {

### L2

https://github.com/denoland/deno/blob/master/msg.proto
https://github.com/denoland/deno/blob/master/src/msg.fbs

### L3

Expand Down

0 comments on commit d15d334

Please sign in to comment.