ZenFS Emscripten

ZenFS Emscripten Backend

ZenFS backend for usage with Emscripten.

[!IMPORTANT] Please read the ZenFS core documentation!

For more information, see the docs.

npm install @zenfs/emscripten

[!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. Please feel free to open a PR.