Removed obsolete paragraph from Javascript documentation.

This commit is contained in:
Oliver Buchtala 2014-03-04 22:55:32 +01:00
parent 924f373a2f
commit 8c05fe37af
1 changed files with 0 additions and 11 deletions

View File

@ -273,17 +273,6 @@ An integration of a native extension 'example' would look like this:
return 0;
}
### Embedded V8
It is possible to create a custom application like `node.js` embedding a v8 engine.
TODO:
- how to install v8
- v8 version issues: command-line switch, pre-processor macro
- sample integration code
## Examples
Some basic examples are shown here in more detail.