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 wit-deps-cliFetch the WIT dependencies:
wit-depsList available examples:
cargo xtask run-demoRun an example:
cargo xtask run-demo --name <example>