Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pmq20/libsquash
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 committed Jul 6, 2017
2 parents 67e1cfa + ee3d761 commit 0f58ce4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This project was derived from https://github.com/vasi/squashfuse with the follow
which could be generated by
an independently installed [mksquashfs](http://squashfs.sourceforge.net/) tool
and loaded into memory in advance.
1. Introduced vfd(virtual file descriptor) as a handle for follow-up libsquash operations.
The vfd is a non-negative integer that lives together with
1. Introduced virtual file descriptor (vfd) as a handle for follow-up libsquash operations.
The vfd is generated via `dup(0)` so that it could live together with
other ordinary file descriptors of the process.
1. Added new API that mirror the calling style of common system calls;
also added is a sample on how to use libsquash in an unobtrusive way by utilizing those API.
Expand Down Expand Up @@ -175,4 +175,5 @@ Thank you [Dave Vasilevsky](https://github.com/vasi) for the excellent work of s

## See Also

- [Enclose.IO](https://github.com/pmq20/enclose-io): cloud-based service that compiles your application into a single executable with auto-update.
- [Node.js Compiler](https://github.com/pmq20/node-compiler): Ahead-of-time (AOT) Compiler designed for Node.js, that just works.
- [Ruby Compiler](https://github.com/pmq20/ruby-compiler): Ahead-of-time (AOT) Compiler designed for Ruby, that just works.

0 comments on commit 0f58ce4

Please sign in to comment.