https://github.com/polywrap/process
https://github.com/polywrap/process
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polywrap/process
- Owner: polywrap
- License: mit
- Created: 2023-02-17T05:54:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T09:51:18.000Z (about 3 years ago)
- Last Synced: 2025-08-02T10:57:46.207Z (11 months ago)
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Process
The Process interface wrapper defines a common interface for Process wrapper implementations. Implementations of the Process interface wrapper can create and work with native processes. Implementations can be invoked by Wasm wrappers, extending their capabilities.
Table of Contents:
1. [Process Interface](./interface/resources/README.md)
2. [Process Implementations](./implementations)