Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/polywrap/file-system
- Owner: polywrap
- License: mit
- Created: 2023-01-26T08:32:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T14:33:47.000Z (over 1 year ago)
- Last Synced: 2024-09-18T18:18:55.895Z (4 months ago)
- Language: Kotlin
- Size: 441 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-polywrap - File System - Interact with the operating system's file system. (Wraps)
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)