# javascript-native-interface **Repository Path**: mirrors_alibaba/javascript-native-interface ## Basic Information - **Project Name**: javascript-native-interface - **Description**: JavaScript Native Interface (JSNI) is a standard programming interface between JavaScript and C/C++ libraries. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://alibaba.github.io/javascript-native-interface/html/jsni_8h.html) ## Members Please add yourself if you participate in this project. |name|email| |---|---| |Jin Yue|jinyue.derek@gmail.com|