Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunfishcode/wasi-preview2
WASI Preview2 Proposal
https://github.com/sunfishcode/wasi-preview2
Last synced: 5 days ago
JSON representation
WASI Preview2 Proposal
- Host: GitHub
- URL: https://github.com/sunfishcode/wasi-preview2
- Owner: sunfishcode
- Created: 2022-05-17T18:55:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T16:49:10.000Z (over 2 years ago)
- Last Synced: 2024-10-25T00:18:12.487Z (20 days ago)
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is collecting and proposing ideas and designs for a WASI concept tentatively called "Preview2", which would be a successor to "wasi_snapshot_preview1", featuring:
- wit-based tooling
- full sockets support
- an improved preopen mechanism
- static analyzability of environment variables
- async "ready" (but not actual async execution yet; see below)
- a design for dllsThis Preview2 iteration would not yet support:
- Support for linking multiple components together.
- Full async runtime support.In return for this reduced scope, Preview2 is something we could plausibly roll out and start upstreaming into upstream toolchains in a shorter timeframe, and if we line everything up right, it'll help set up full async execution support in the future.
The [Task List] is a running list of the steps to get to Preview2.
The [Toolchain Design](ToolchainDesign.md) discusses the overall design.
[Task List]: https://github.com/sunfishcode/wasi-preview2/issues/1