Skip to content

Commit 4f7e924

Browse files
committed
Document the qjsc compiler part of QuickJS
As pointed-out by @guest271314 in #8 (comment). Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 7344aba commit 4f7e924

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/existing-solutions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ PR!](https://github.com/nodejs/single-executable/edit/main/docs/existing-solutio
2323
[ASAR format]: https://github.com/electron/asar
2424
[`@zcbenz`]: https://github.com/zcbenz
2525
[monkey patching of `fs` in Electron to read from an ASAR]: https://github.com/electron/electron/blob/06a00b74e817a61f20e2734d50d8eb7bc9b099f6/lib/asar/fs-wrapper.ts
26+
27+
Miscellaneous Related Tooling
28+
-----------------------------
29+
30+
| Name | Notes |
31+
|----------------|------------------------------------------------------|
32+
| [`qjsc`][qjsc] | A JavaScript to C byte-code compiler part of QuickJS |
33+
34+
[qjsc]: https://bellard.org/quickjs/quickjs.html#qjsc-compiler

0 commit comments

Comments
 (0)