0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
This commit is contained in:
Ry Dahl 2019-12-05 21:03:28 -05:00 committed by GitHub
parent 0219eece69
commit 0430c43ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# Rusty V8 Binding
Status: Early development, not usable.
V8 Version: 8.0.427
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=master)](https://github.com/denoland/rusty_v8/actions)
@ -68,7 +70,7 @@ 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 could like to auto-generate bindings. We have actually started
In the limit we would like to auto-generate bindings. We have actually started
down this route several times, however due to many excentric 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