Skip to content

Compiled modules #62

@piranna

Description

@piranna

NodeOS currently don't support to install compiled modules (only on build) since they need to be compiled. Let's discuss what to do.

Node-GYP needs to have:

  • Python
  • make
  • C/C++ toolchain
    • GCC binary
      • libstdc++ is part of GCC, so we could get it by free
    • LLVM/Clang binaries
    • emscripten (LLVM-to-Javascript)
      • What happens with low-level interfaces (like mount())?
      • Clangor
      • Maybe llvm.js, too?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions