Skip to main content

Crate webui_wasm

Crate webui_wasm 

Source
Expand description

WebAssembly bindings for the WebUI framework.

This crate can be built as three WASM variants:

  • handler - render pre-built protocol bytes with state.
  • parser - build protocol bytes from virtual files.
  • all - parser plus handler exports for playground-style live preview.

Structs§

Protocol
A decoded protocol with reusable indices for repeated WASM renders.

Functions§

build_protocol
Build protocol protobuf bytes from virtual files without rendering.