Crates.io | wiggle |
lib.rs | wiggle |
version | 25.0.3 |
source | src |
created_at | 2020-03-12 21:45:37.568372 |
updated_at | 2024-11-05 19:25:58.079235 |
description | Runtime components of wiggle code generator |
homepage | |
repository | https://github.com/bytecodealliance/wasmtime |
max_upload_size | |
id | 217950 |
size | 49,850 |
Wiggle is a code generator for the host side of a witx
interface. It is
invoked as a Rust procedural macro.
Wiggle is not specialized to any particular WebAssembly runtime. It is usable in at least Wasmtime and Lucet.
Read the docs on docs.rs.
There are child crates for integrating with Wasmtime (this crate), and Lucet.
The wasi-common crate is implemented using Wiggle and the wasmtime-wasi crate integrates wasi-common with the Wasmtime engine.
Andrew Brown wrote a great blog post on using Wiggle with Wasmtime.