wasm-vfs 0.0.1

a Virtual Filesystem layer for Wasm Applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
# wasm-vfs

A Wasm-first VFS

## Description

A highly experiemental, initial experimental implementation of a Virtual Filesystem with Syscall-like interfaces

Can be used with [wasm-libc](https://github.com/dphilla/wasm-libc) for (very basic) Wasm-first file i/o operations 

**Not for production use - use at own risk**