- Notifications
You must be signed in to change notification settings - Fork12
littlefs wrapped in javascript... for some reason...
License
littlefs-project/littlefs-js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project puts together two things that should probably nevergo together:
embedded system filesystems, and web-side javascript.
The result is a fully functional javascript API for littlefs, completewith simulated block devices. This was all built using emscripten, abackend for the LLVM that can compile C to javascript. There's no smokeand 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 tothe demo!
http://littlefs.geky.net/demo.html
You can find the full implementation of the demo indemo.html.
About
littlefs wrapped in javascript... for some reason...
Resources
License
Uh oh!
There was an error while loading.Please reload this page.