From 0430c43ec2835d7d77ac83fab482e4a6b0072299 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 5 Dec 2019 21:03:28 -0500 Subject: [PATCH] status (#43) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5d1ba2..a0bdebef 100644 --- a/README.md +++ b/README.md @@ -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