SilkJS icon indicating copy to clipboard operation
SilkJS copied to clipboard

V8 Based JavaScript Swiss Army Knife (and HTTP Server!)

Results 20 SilkJS issues
Sort by recently updated
recently updated
newest added

I followed the instructions in Silkjs.net but got error. Heres the output: Checked out revision 1501. make[2]: Leaving directory '/home/carlo/src/SilkJS/src/v8-read-only' make[2]: Entering directory '/home/carlo/src/SilkJS/src/v8-read-only' make[3]: Entering directory '/home/carlo/src/SilkJS/src/v8-read-only/out' CXX(target) /home/carlo/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/preparser_lib/src/once.o...

Followed your pattern to add new ubuntu version 14.04. Also added 14.10 so it can be used with Alphas etc.

- I've added some routines to auto-detect the Linux distribution, and choose the good Makefile. Cross-compilation should work as-is, but I can't test it for CentOS and SUSE. It's all...

When I run make against Makefile.sles, I get this: ``` make[1]: Leaving directory `/home/lowks/src/javascript/SilkJS/src/v8-read-only' g++ -DSLES -fexceptions -fomit-frame-pointer -fdata-sections -ffunction-sections -fno-strict-aliasing -fvisibility=hidden -Wall -W -Wno-ignored-qualifiers -Wno-unused-function -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3...

Add rpms for opensuse or add to wiki how to install using on opensuse. Just to let you know you do have users who want to try on the RPM...

Instead of "Pick whichever license you choose, as long as it is OSI approved," IANAL but I would prefer it to say, "SilkJS is licensed separately under each OSI approved...

I am trying to install silk in mavericks, but I am getting an following error. ../src/store-buffer.h:229:9: error: private field 'heap_' is not used [-Werror,-Wunused-private-field] Heap\* heap_; ^ 1 error generated.

Any plans to Updgrade to recent versions of V8 ?

is there a plan for SilkJS for Windows, it will be easy alternative to node.js on windows

Hi Mr. Schwartz I've read your announcement by luck http://www.sencha.com/forum/showthread.php?160128-Announcing-SilkJS and found your description of your benchmark results a little misleading. I was curious and tested it myself. It would...