A simple filebrowser for emscripten's virtual filesystem.

A simple filebrowser for emscripten's virtual filesystem.
AGPL-3.0-or-later; see LICENSE file for more details.
Just put somewhere inside your custom html,
and call init_explorer_static() from one of your preRun hooks:
``js``
var Module = {
preRun: [
function () {
init_explorer_static();
}
],
// ...
}
The fsbrowser currently depends on:
- monaco to provide an way to edit files.
- glsl-monaco to provide some basic glsl highligting for opengl shaders
- darkplus-monaco as theme for monaco