Instead of relying on a WASM build of postject to perform the injection, add LIEF as dependency and generate the SEA directly from core via a new CLI option --build-sea which takes the SEA config. This simplifies SEA generation for users and makes it easier to debug/maintain the SEA building process. PR-URL: https://github.com/nodejs/node/pull/61167 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
6 lines
84 B
JSON
6 lines
84 B
JSON
|
|
{
|
|
"main": "sea.js",
|
|
"output": "sea",
|
|
"disableExperimentalSEAWarning": true
|
|
}
|