Skip to content

Commit

Permalink
Remove a redundant and confusing sentence from FAQ (denoland#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
troyjfarrell committed Aug 16, 2023
1 parent 8bea295 commit 32fad14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand Down

0 comments on commit 32fad14

Please sign in to comment.