api
api copied to clipboard
API WG
Repo in which we are currently working: https://github.com/nodejs/abi-stable-node/ enhancement proposal with overview: https://github.com/nodejs/node-eps/pull/20
I see that ianwjhalliday/node.git is doing the work for C API. we are also working on the project to add a C++ vm independent interface for v8 native api. We...
See https://github.com/nodejs/api/issues/25 for similar runs/data on windows Steps followed: - Clone node and leveldown from https://github.com/ianwjhalliday/ - npm install in leveldown - cd leveldown - npm install - Checkout api-opaque-prototype...
Here is a comparison of runtime of leveldown's performance on its benchmarks and tests (total wall clock time) between the V8 API implementation and the NAPI implementation. This is using...
During the API creation process we should take WebAssembly into consideration in order to future proof what is being done now. One example is the fact that `wasm` will allow...
The current API for native modules exposes the entire v8 API to native module developers. Even if NAN is used to insulate module code from the v8 API changes, it...
Apologies for what follows as it's a bit of a (long) braindump. Please feel free to close if I have missed the intention/direction of the project. TL;DR; Will this project...