root/lang/cplusplus/llv8call/trunk/README @ 20637

Revision 20637, 0.7 kB (checked in by tokuhirom, 5 years ago)

updated docs

Line 
1llv8call - low level v8 call
2============================
3
4JavaScript Interpreter Utils.
5
6http://code.google.com/p/v8/
7
8Features
9--------
10
11  - core features
12    - ARGV
13  - v8ext
14    - C/C++ bindings loader
15  - extension libraries
16    - fs(File, Dir support)
17    - env(environment variables)
18    - shttpd(embedded httpd)
19    - sqlite3(embedded rdbms)
20    - libmysql
21    - libfcgi(fastcgi support)
22    - gdome(DOM)
23    - curl(http request)
24    - nspr(os related things)
25
26v8ext.LoadLibrary cause "segmentation fault"
27------------------------------------------------
28
29this library requires DLL version of v8.
30
31you can make share library by:
32
33    % scons library=shared
34
35in v8 directory.
36
37AUTHORS
38-----------
39
40tokuhirom
41mattn
42
43Thanks To
44-----------
45
46id:TAKESAKO
Note: See TracBrowser for help on using the browser.