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.
1 parent 99c02eb commit 9fc7940Copy full SHA for 9fc7940
docs/docs/cli.md
@@ -66,7 +66,7 @@ $ qjs -c app.js -o app --exe qjs
66
67
The resulting `app` binary will have the same runtime dependencies as the `qjs` binary. This is acomplished
68
by compiling the target JavaScript file to bytecode and adding it a copy of the executable, with a little
69
-trailer to help locate it.
+trailer to help locate it. `--exe` expects the absolute path to `qjs`, e.g., `~/bin/qjs` or `$HOME/bin/qjs`.
70
71
Rather than using the current executable, it's possible to use the `--exe` switch to create standalone
72
executables for other platforms.
0 commit comments