1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

Update protobuf link to flatbuffer

Ref: https://github.com/ry/deno/pull/330
This commit is contained in:
Karl Horky 2018-07-31 13:21:52 +02:00 committed by Ryan Dahl
parent 6b6fac209c
commit 2adc9bd580

View file

@ -22,7 +22,7 @@
code. Defaults to read-only file system access and no network access.
Access between V8 (unprivileged) and Golang (privileged) is only done via
serialized messages defined in this
[protobuf](https://github.com/ry/deno/blob/master/src/msg.proto). This makes it
[flatbuffer](https://github.com/ry/deno/blob/master/src/msg.fbs). This makes it
easy to audit.
To enable write access explicitly use `--allow-write` and `--allow-net` for
network access.