rill-handler-api 0.7.0

Versioned WIT ABI and guest SDK for Rill runtime handlers.
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 272.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • hello-yunshu/rill-ml
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hello-yunshu

Versioned WIT ABI and guest SDK for Rill runtime handlers.

This crate ships the canonical WIT world definition (wit/rill-handler.wit) that every Rill handler must export.

Handler authors compile a Rust crate to wasm32-wasip1 using wit-bindgen to generate guest bindings from the WIT file, then wrap the core module into a Component Model component with wasm-tools component new.

This crate intentionally has no dependencies so that it can be consumed as a build-time WIT source without pulling in any runtime code. The constants below mirror the WIT declarations and are used by both the host and guest for compile-time version checks.