Commit 4fd71935 authored by Joyee Cheung's avatar Joyee Cheung Committed by Refael Ackermann
Browse files

tools: implement mkcodecache as an executable

This patch implement a mkcodecache executable on top of the
`NativeModuleLoader` singleton.
This makes it possible to build a Node.js binary with embedded
code cache without building itself using the code cache stub -
the cache is now initialized by `NativeModuleEnv` instead which
can be refactored out of the mkcodecache dependencies.

PR-URL: https://github.com/nodejs/node/pull/27161


Reviewed-By: default avatarJoyee Cheung <joyeec9h3@gmail.com>
parent 1c261697
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment