Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polywrap/file-system

file-system interface wrapper and implementations
https://github.com/polywrap/file-system

Last synced: about 2 months ago
JSON representation

file-system interface wrapper and implementations

Awesome Lists containing this project

README

        

# File-system
The file-system interface wrapper defines a common interface for file-system wrapper implementations. Implementations of the file-system interface wrapper can read, write, and interact with the host's file system. Implementations can be invoked by Wasm wrappers, extending their capabilities.

Table of Contents
1. [File-system Interface](./interface/resources/README.md)
2. [File-system Implementations](./implementations)