Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

alibaba-archive/javascript-native-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Native Interface (JSNI)

JavaScript Native Interface (JSNI) is a native programming interface. It's VM-neutral and stable, so the native module developer can compile once then the native module can run on any platform/vm as long as it supports JSNI.

Implementation

Now JSNI is implemented in Node.js(with v8 runtime engine).

Example

JSNI Add-on examples: deps/jsni/test

API

There is detailed description in the API reference: jsni api reference

Members

Please add yourself if you participate in this project.

name email
Jin Yue jinyue.derek@gmail.com

About

JavaScript Native Interface (JSNI) is a standard programming interface between JavaScript and C/C++ libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published