Skip to content

Commit

Permalink
Update README.md as a collection of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MendyBerger committed Oct 16, 2024
1 parent 2d44a4c commit ec73fda
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit ec73fda

Please sign in to comment.