From 32d6d8afd637b5dfef6e8b4cd360f418735d0031 Mon Sep 17 00:00:00 2001 From: Yelim Koo <46446403+debbs061@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:12:31 +0900 Subject: [PATCH] Update doc/api/single-executable-applications.md Co-authored-by: Luigi Pinca --- doc/api/single-executable-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index 4fcaffc1ed79f8..451ef0205e69a4 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -190,7 +190,7 @@ If the paths are not absolute, Node.js will use the path relative to the current working directory. The version of the Node.js binary used to produce the blob must be the same as the one to which the blob will be injected. -Note: When generating cross-platform SEAs (e.g., generating an SEA on +Note: When generating cross-platform SEAs (e.g., generating a SEA for `linux-x64` on `darwin-arm64`), `useCodeCache` and `useSnapshot` must be set to false to avoid generating incompatible executables. Since code cache and snapshots can only be loaded on the same platform where they are compiled, the generated executable might crash on startup when