Skip to content

Commit c7122a9

Browse files
committed
Add ASAR to VFS Implementations
Signed-off-by: Darshan Sen <[email protected]>
1 parent 65f7b02 commit c7122a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/existing-solutions.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@ packaging Node.js applications as standalone executables.
1010
| boxednode | MongoDB | https://github.com/mongodb-js/boxednode | @addaleax |
1111
| nexe | - | https://github.com/nexe/nexe | N/A |
1212

13+
Virtual File System Implementations
14+
-----------------------------------
15+
16+
| Name | Project | Reference | Point of Contact |
17+
|------|----------|----------------------------------------------------------------------------------------------------|------------------|
18+
| ASAR | Electron | <ul><li>[ASAR format]</li><li>[monkey patching of `fs` in Electron to read from an ASAR]</li></ul> | [@zcbenz] |
19+
1320
Did we miss any or got any details wrong? [Help us out by sending a
1421
PR!](https://github.com/nodejs/single-executable/edit/master/docs/existing-solutions.md)
22+
23+
24+
[ASAR format]: https://github.com/electron/asar
25+
[`@zcbenz`]: https://github.com/zcbenz
26+
[monkey patching of `fs` in Electron to read from an ASAR]: https://github.com/electron/electron/blob/06a00b74e817a61f20e2734d50d8eb7bc9b099f6/lib/asar/fs-wrapper.ts

0 commit comments

Comments
 (0)