You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Andrew Brown 7c67378ab6
wiggle: copy guest strings from shared memory (#5475)
2 years ago
..
generate wiggle: choose between `&mut self` and `&self` (#5428) 2 years ago
macro wiggle: choose between `&mut self` and `&self` (#5428) 2 years ago
src wiggle: copy guest strings from shared memory (#5475) 2 years ago
test-helpers Add release notes for 3.0.1 and update some versions (#5364) 2 years ago
tests wiggle: new error configuration for generating a "trappable error" (#5276) 2 years ago
Cargo.toml Use workspace inheritance for some more dependencies (#5349) 2 years ago
LICENSE [wiggle] Add docs and cargo metadata (#1297) 5 years ago
README.md readme: expand wiggle docs 4 years ago

README.md

wiggle

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.

Learning more

Read the docs on docs.rs.

There are child crates for integrating with Wasmtime 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.