Skip to content

3nsoft/napi-fuser

Repository files navigation

NAPI fuser plugin

This package gives to Node, via NAPI, a module to FUSE-mount filesystem implementation from JavaScript Node runtime. This module acts as a proxy between FUSE in Linux system and a process in JS. On OS/kernel facing side this module uses fuser library (FUSE in Rust style).

Building

To use this repo, you need Node.js.

Native module code is written in Rust, and uses NAPI-RS.

Cross compilation uses --cross-compile flag. rustup targets should be added for cross-compilation.

Rust targets should be installed, listed in package.json.

npm ci installs everything.

npm run build-all builds everyting.

License

Code is provided here under GNU General Public License, version 3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages