frame-buffer-wasmtime 0.1.1

Wasmtime host implementation of the wasi-gfx frame-buffer API
Documentation

This crate is mostly just a shell. It exports HasBuffer and binds it to wasmtime.

The actual implementation lives in the surface-wasmtime crate (see surface_frame_buffer.rs).