Skip to content

jasongin/abi-stable-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Node.js API (NAPI)

This repository is the home for ABI Stable Node API project (NAPI). The goal of this project is to provide a stable Node API for native module developers. NAPI aims to provide ABI compatibility guarantees across different Node versions and also across different Node VMs – allowing NAPI enabled native modules to just work across different versions and flavors of Node.js without recompilations.

It is introduced by this Node enhancemnet proposal: 005-ABI-Stable-Module-API.md.

This project is in an early proof of concept stage. Check out our roadmap for details on the remaining work.

Copies of the Node.js source with the changes for the ABI Stable Node API are in branches in this repo. Currently we have the following versions:

  • api-prototype-0.10.40
  • api-prototype-0.12.7
  • api-prototype-6.2.0
  • api-prototype-chakracore-7.x

API Design & Shape

The current shape of the API can be found in header file node_jsvmapi.h

Branches

This repository contains node sources from Node versions 0.10, 0.12, 6.2 and Node-ChakraCore version 7.0, with addition of ABI stable Node APIs. The branches are named according to the node versions that have been enabled with NAPI support.

NAPI enabled modules

Testing

In addition to running the tests in the converted modules. We have also

How to get involved

  • Convert a native module to use NAPI and report issues on conversion and performance;
  • Port ABI stable APIs to your fork of Node and let us know if there are gaps;
  • Review the roadmap and see how can you can help accelerate this project.

Hangout link for weekly standup https://plus.google.com/u/0/events/c0eevtrlajniu7h8cjrdk0f56c8?authkey=COH04YCalJS8Ug

Project Participants

About

NAPI — Node with PoC ABI stable API for native modules.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%