https://github.com/metacall/node.dll
Distribution of NodeJS as shared library.
https://github.com/metacall/node.dll
dll node nodejs shared-lib shared-library windows
Last synced: 3 months ago
JSON representation
Distribution of NodeJS as shared library.
- Host: GitHub
- URL: https://github.com/metacall/node.dll
- Owner: metacall
- License: apache-2.0
- Created: 2021-12-15T09:22:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T00:41:44.000Z (about 2 years ago)
- Last Synced: 2024-02-01T23:39:36.204Z (about 2 years ago)
- Topics: dll, node, nodejs, shared-lib, shared-library, windows
- Language: Batchfile
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS DLL for Windows
This repository contains a script that:
1) clones NodeJS source,
2) [modifies the build system](https://github.com/metacall/core/blob/66fcaac300611d1c4210023e7b260296586a42e0/cmake/NodeJSGYPPatch.py) a bit and
3) builds NodeJS as a shared library that can be dynamically linked to other projects.
The Windows binaries (dll and lib) are published in the **[repository releases](https://github.com/metacall/node.dll/releases)**.