surface-wasmtime 0.1.0

Wasmtime host implementation of the wasi-gfx surface API
Documentation
1
2
3
4
5
6
7
8
9
10
// Not bound by bindgen! directly; the includes are the manifest that tells `wkg wit fetch` (wit-fetch.sh) what to vendor into wit/deps.
package wasi-gfx-runtime:wasi-gfx-surface;

world bindings {
    include wasi-gfx:surface/imports@0.2.0;
    include wasi:webgpu/imports@0.3.0-rc.2;
    include wasi-gfx:surface/webgpu-imports@0.2.0;
    include wasi-gfx:frame-buffer/imports@0.2.0;
    include wasi-gfx:surface/frame-buffer-imports@0.2.0;
}