nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.43k stars 274 forks source link

build nodejs as a static library #4380

Open bncdemo opened 1 month ago

bncdemo commented 1 month ago

Details

Hi,

I still not found a clear way how to build nodejs as a static library on windows, can somebody give me an example?

Node.js version

v18

Example code

No response

Operating system

windows10

Scope

native dll

Module and version

Not applicable.

bncdemo commented 1 month ago

Even ChatGPT answer with general terms, but nothing specific. 😑

preveen-stack commented 1 month ago

Perhaps single executable repo can give you some info https://github.com/nexe/nexe

bncdemo commented 1 month ago

Perhaps single executable repo can give you some info https://github.com/nexe/nexe

That is some kind of packager, not relevant to the question.