Skip to content

Emscripten-compatible file system implementation based on MEMFS

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.emscripten
Notifications You must be signed in to change notification settings

reliquaryhq/jsfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsFs

JsFs is a pure JavaScript implementation of an Emscripten-compatible filesystem. It is based heavily off of Emscripten's MEMFS.

JsFs is licensed under the MIT license. It incorporates code from Emscripten, which is also licensed under the MIT license.

Why JsFs?

Emscripten ships MEMFS as code inside Emscripten modules. Using MEMFS without first instantiating a module isn't really possible. JsFs permits creating file systems and populating them with files without this dependency. JsFs file systems can be mounted inside Emscripten when convenient.

About

Emscripten-compatible file system implementation based on MEMFS

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.emscripten

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published