Skip to content

wasi-gfx/wasi-gfx-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the wasi-gfx Proposal

See runtime example for an example runtime.

See app examples for a example apps.

Prerequisites

Install the following:

rustup target add wasm32-unknown-unknown
cargo install wasm-tools
cargo install wit-deps-cli

Setup

Fetch the WIT dependencies:

wit-deps

Running examples

List available examples:

cargo xtask run-demo

Run an example:

cargo xtask run-demo --name <example>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages