mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Remove a redundant and confusing sentence from FAQ (#1297)
This commit is contained in:
parent
8bea295a0e
commit
32fad14643
1 changed files with 4 additions and 5 deletions
|
@ -150,11 +150,10 @@ attempts that carefully balances the requirements of cargo crates and GN/Ninja.
|
|||
**V8 has a very large API with hundreds of methods. Why don't you automate the
|
||||
generation of this binding code?**
|
||||
|
||||
In the limit we would like to auto-generate bindings. We have actually started
|
||||
down this route several times, however due to many eccentric features of the V8
|
||||
API, this has not proven successful. Therefore we are proceeding in a
|
||||
brute-force fashion for now, focusing on solving our stated goals first. We hope
|
||||
to auto-generate bindings in the future.
|
||||
We have actually started down this route several times, however due to many
|
||||
eccentric features of the V8 API, this has not proven successful. Therefore we
|
||||
are proceeding in a brute-force fashion for now, focusing on solving our stated
|
||||
goals first. We hope to auto-generate bindings in the future.
|
||||
|
||||
**Why are you building this?**
|
||||
|
||||
|
|
Loading…
Reference in a new issue