|
Revision 19407, 464 bytes
(checked in by tokuhirom, 5 years ago)
|
|
updated docs
|
| Line | |
|---|
| 1 | llv8call - low level v8 call |
|---|
| 2 | ============================ |
|---|
| 3 | |
|---|
| 4 | JavaScript Interpreter Utils. |
|---|
| 5 | |
|---|
| 6 | http://code.google.com/p/v8/ |
|---|
| 7 | |
|---|
| 8 | Features |
|---|
| 9 | -------- |
|---|
| 10 | |
|---|
| 11 | - getargv() |
|---|
| 12 | - fastcgi support |
|---|
| 13 | |
|---|
| 14 | DLL.LoadLibrary cause "segmentation fault" |
|---|
| 15 | ------------------------------------------------ |
|---|
| 16 | |
|---|
| 17 | this library requires DLL version of v8. |
|---|
| 18 | |
|---|
| 19 | you can make share library by: |
|---|
| 20 | |
|---|
| 21 | % scons library=shared |
|---|
| 22 | |
|---|
| 23 | in v8 directory. |
|---|
| 24 | |
|---|
| 25 | AUTHORS |
|---|
| 26 | ----------- |
|---|
| 27 | |
|---|
| 28 | tokuhirom |
|---|
| 29 | mattn |
|---|
| 30 | |
|---|
| 31 | Thanks To |
|---|
| 32 | ----------- |
|---|
| 33 | |
|---|
| 34 | id:TAKESAKO |
|---|