pas2js/demo/wasienv/filesystem
2024-05-19 15:37:31 +02:00
..
browser.dom.js * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00
browser.min.js * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00
bulma.min.css * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00
filesystemhost.lpi * Add FindFirst/FindNext support 2024-05-19 15:37:31 +02:00
filesystemhost.lpr * Add FindFirst/FindNext support 2024-05-19 15:37:31 +02:00
fsdemo.lpi * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00
fsdemo.lpr * Add FindFirst/FindNext support 2024-05-19 15:37:31 +02:00
fsdemos.lpg * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00
index.html * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00
Readme.md * Small explanation about the filesystem support 2024-05-18 23:30:52 +02:00

WebAssembly Filesystem demo

The filesystem demo relies on ZenFS:

https://zen-fs.github.io/

Included here are 2 files from ZenFS:

browser.min.js (ZenFS core) browser.dom.js (ZenFS DOM backends)

They must be included in any pas2js program if you wish to enable filesystem support for WebAssembly.