Skip to content

romandev/node-addon-api

 
 

Repository files navigation

POC implementation of WebIDL Binding Generator.

This repo is based on node-addon-api project. We are following most of things from parent repo. You can see the detailed explainer in nodejs#294.

Getting Start

If you can test this project, you can just do it as follows:

$ git clone https://github.com/romandev/node-addon-api

and then,

$ npm start

Directory Structure

Most of directories are the same with node-addon-api's directories. Here are only new things:

  • generator/: Contains all WebIDL Binding Generator codes
  • examples/: Contains a simple example (Calculator)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.8%
  • JavaScript 20.3%
  • C 6.5%
  • Python 0.4%