I work on a decentralisation project which has its own filesystem implemented in Rust with options to mount on a device using FUSE or access in a customised browser from JavaScript, plus language bindings for building applications in other languages.
I want to be able to access this filesystem in the browser from a library (wasm-git) which is compiled using Emscripten.
So my question is what are the ways I could approach this, both as a quick solution mainly for development and longer term as a decent quality solution?
Also, are there any other community chats, forum etc for Emscripten?
Thanks.
__