mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
Replace protobuf with flatbuffer
This commit is contained in:
parent
2830023f65
commit
d15d334c24
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue