| Index: gin/README
|
| diff --git a/gin/README b/gin/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..82d06188f3f85bbe9ce97bb3104436a4d2dc998e
|
| --- /dev/null
|
| +++ b/gin/README
|
| @@ -0,0 +1,8 @@
|
| +Gin - Lightweight bindings for V8
|
| +=================================
|
| +
|
| +This directory contains gin, a lightweight bindings library for V8. These
|
| +bindings are not compatible with the V8 bindings used by Blink because both
|
| +want to control the v8::Isolate's internal data field. Maybe in some future
|
| +world we'll refactor the Blink V8 bindings to use this system. In the meantime,
|
| +these bindings are convenient for projects other than Blink that use V8.
|
|
|