|
|
|
|
|
by cpeterso
4049 days ago
|
|
JXcore is another fork of Node that makes the VM pluggable, supporting both V8 and SpiderMonkey. I wonder how similar Microsoft's and JXcore's VM abstraction layers are and whether Node upstream would accept them. Drawing a hard line between the Node native code and the VM would make binary addon compatibility more stable (and lessen the need for NaN, the "Native Abstractions for Node"). |
|
https://github.com/Microsoft/node/tree/ch0.12.2/deps/chakras...