zen-fs / emscripten

Emscripten backend for ZenFS
https://zen-fs.github.io/emscripten/
MIT License
2 stars 1 forks source link
browserfs zenfs

ZenFS Emscripten Backend

ZenFS backend for usage with Emscripten.

![IMPORTANT] Please read the ZenFS core documentation!

For more information, see the docs.

Installing

npm install @zenfs/emscripten

Usage

[!NOTE] The examples are written in ESM.
For CJS, you can require the package.
For a browser environment without support for type=module in script tags, you can add a script tag to your HTML pointing to the browser.min.js and use the global ZenFS_Emscripten object.

No examples yet— I will add some soon