Skip to content

Commit a41ecd5

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/existing-solutions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,16 @@ 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/main/docs/existing-solutions.md)
22+
23+
[ASAR format]: https://github.com/electron/asar
24+
[`@zcbenz`]: https://github.com/zcbenz
25+
[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)