indutny/gyp.js

Standalone version with duktape

Open

#4 opened on Jun 12, 2016

View on GitHub
 (5 comments) (4 reactions) (0 assignees)JavaScript (10 forks)github user discovery
help wanted

Repository metrics

Stars
 (160 stars)
PR merge metrics
 (PR metrics pending)

Description

In order to bootstrap itself, Node.js will need a standalone version of this repo. Considering that all fs access is done synchronously, it should be possible to compile this module with browserify and babel, and pack it into a single executable using duktape and libuv.

Tough task, but it is worth it!

Contributor guide