Skip to content

Support module registration via calls to napi_module_register #3

@kraenhansen

Description

@kraenhansen

As an alternative to "symbol-based" registration, an addon can call napi_module_register when its dynamic library is loaded.

This should "register" the module into the host, making it available to be initialized when require is called with its filename.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions