Skip to content

zen-fs/emscripten

Repository files navigation

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