Skip to content

Commit

Permalink
fixup! src: use JSON configuration and blob content for SEA
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Apr 3, 2023
1 parent afcef85 commit 9500af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ done
[`--cpu-prof-dir`]: #--cpu-prof-dir
[`--diagnostic-dir`]: #--diagnostic-dirdirectory
[`--experimental-wasm-modules`]: #--experimental-wasm-modules
[`--experimental-sea-config`]: single-executable-applications.md#experimental-sea-config`
[`--experimental-sea-config`]: single-executable-applications.md#experimental-sea-config
[`--heap-prof-dir`]: #--heap-prof-dir
[`--import`]: #--importmodule
[`--openssl-config`]: #--openssl-configfile
Expand Down
2 changes: 1 addition & 1 deletion doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ current working directory.

The configuration currently reads the following top-level fields:

```
```json
{
"main": "/path/to/bundled/script.js",
"output": "/path/to/write/the/generated/blob.blob"
Expand Down

0 comments on commit 9500af6

Please sign in to comment.