All Projects → littlefs-project → littlefs-js

littlefs-project / littlefs-js

Licence: MIT license
littlefs wrapped in javascript... for some reason...

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
HTML
75241 projects
C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

A javascript wrapper for the little filesystem

This project puts together two things that should probably never go together:
embedded system filesystems, and web-side javascript.

The result is a fully functional javascript API for littlefs, complete with simulated block devices. This was all built using emscripten, a backend for the LLVM that can compile C to javascript. There's no smoke and mirrors here, this is actually running littlefs in your browser.

littlefs - https://github.com/geky/littlefs
emscripten - https://github.com/kripken/emscripten

So you want to see littlefs running in your browser? Just follow this link to the demo!
http://littlefs.geky.net/demo.html

You can find the full implementation of the demo in demo.html.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].