Name Date Size #Lines LOC

..15-May-2026-

src/H15-May-2026-2,6482,250

Cargo.tomlH A D15-May-2026763 2522

LICENSEH A D15-May-202612 KiB221182

README.mdH A D15-May-2026470 128

README.md

1# wiggle-generate
2
3This is a library crate that implements all of the component parts of
4the `wiggle` proc-macro crate.
5
6Code lives in a separate non-proc-macro crate so that it can be reused in
7other settings, e.g. the `lucet-wiggle` crate.
8
9Code generated by this crate should not have any references to a particular
10WebAssembly runtime or engine. It should instead expose traits that may be
11implemented by an engine. Today, it is consumed by both Lucet and Wasmtime.
12