mirror of https://github.com/swig/swig
Removed obsolete paragraph from Javascript documentation.
This commit is contained in:
parent
924f373a2f
commit
8c05fe37af
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue