Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md as a collection of packages #32

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ TODO before entering Phase 2.

### Introduction

This proposal is a collection of multiple interfaces.

| Interface | Description |
| ----------------------| ---------------------------------------------------------------------------------- |
| wasi-webgpu | WebGPU interface for interacting with GPUs |
| wasi-frame-buffer | A CPU based graphics API |
| wasi-surface | A surface interface |
| wasi-graphics-context | A small interface connecting the graphics APIs (webgpu or frame-buffer) to surface |
This proposal is a collection of multiple packages.

| Package | Description |
| ------------------------| ---------------------------------------------------------------------------------- |
| `wasi:webgpu` | WebGPU package for interacting with GPUs |
| `wasi:frame-buffer` | A CPU based graphics API |
| `wasi:surface` | A surface |
| `wasi:graphics-context` | A small interface connecting the graphics APIs (webgpu or frame-buffer) to surface |


### Goals [or Motivating Use Cases, or Scenarios]
Expand Down