Expand description
Node.js (N-API) binding generator for WeaveFFI.
Emits a JavaScript loader plus TypeScript type definitions for the
companion N-API addon. Async functions surface as Promise-returning
methods. Implements LanguageBackend; the shared driver bridges it into
the generator pipeline.
Structsยง
- Node
Config - Per-target configuration for
NodeGenerator. - Node
Generator