From 8c05fe37afcbcd6a2fc2a7d8bbe028e6d8f59239 Mon Sep 17 00:00:00 2001 From: Oliver Buchtala Date: Tue, 4 Mar 2014 22:55:32 +0100 Subject: [PATCH] Removed obsolete paragraph from Javascript documentation. --- Doc/Manual/Javascript.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Doc/Manual/Javascript.md b/Doc/Manual/Javascript.md index 73f17eabb..36dfa7c2f 100644 --- a/Doc/Manual/Javascript.md +++ b/Doc/Manual/Javascript.md @@ -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.