We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
single-executable-applications.md
1 parent ac08760 commit 2892d15Copy full SHA for 2892d15
1 file changed
doc/api/single-executable-applications.md
@@ -241,11 +241,11 @@ See documentation of the [`sea.getAsset()`][], [`sea.getAssetAsBlob()`][],
241
### Startup snapshot support
242
243
The `useSnapshot` field can be used to enable startup snapshot support. In this
244
-case the `main` script would not be when the final executable is launched.
+case, the `main` script would not be executed when the final executable is launched.
245
Instead, it would be run when the single executable application preparation
246
blob is generated on the building machine. The generated preparation blob would
247
then include a snapshot capturing the states initialized by the `main` script.
248
-The final executable with the preparation blob injected would deserialize
+The final executable, with the preparation blob injected, would deserialize
249
the snapshot at run time.
250
251
When `useSnapshot` is true, the main script must invoke the
0 commit comments