mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Fix typos in README.md (#375)
This commit is contained in:
parent
327639f6cb
commit
3fb278e7e8
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ V8 Version: 8.4.300, 2020-05-05
|
|||
|
||||
1. Provide high quality Rust bindings to [V8's C++
|
||||
API](https://cs.chromium.org/chromium/src/v8/include/v8.h). The API should
|
||||
match the original API as closely as possible
|
||||
match the original API as closely as possible.
|
||||
|
||||
2. Do not introduce additional call overhead. (For example, previous attempts at
|
||||
Rust V8 bindings forced the use of Persistent handles.)
|
||||
|
@ -60,7 +60,7 @@ not supported.
|
|||
|
||||
The build depends on several binary tools: `gn`, `ninja` and a recent version
|
||||
of `clang` (V8 relies on bleeding edge features). Because these are not
|
||||
generally available they are automatically download during the build by default.
|
||||
generally available they are automatically downloaded during the build by default.
|
||||
It should be possible to opt out of the gn and ninja download by specifying the
|
||||
`$GN` and `$NINJA` environmental variables. The clang download can be skipped by
|
||||
providing a `$CLANG_BASE_PATH` environmental variable pointing to a recent
|
||||
|
|
Loading…
Reference in a new issue