Implementation of the wasi-gfx Proposal
See runtime example for an example runtime.
See app examples for a example apps.
Install the following:
rustup target add wasm32-unknown-unknown
cargo install wasm-tools
cargo install wkgFetch the WIT dependencies:
wkg wit fetchList available examples:
cargo xtask run-demoRun an example:
cargo xtask run-demo --name <example>