| Crates.io | wiggle-generate |
| lib.rs | wiggle-generate |
| version | 37.0.1 |
| created_at | 2020-03-12 21:43:25.945271+00 |
| updated_at | 2025-09-23 18:41:38.721498+00 |
| description | Library crate for wiggle code generator. |
| homepage | |
| repository | https://github.com/bytecodealliance/wasmtime |
| max_upload_size | |
| id | 217945 |
| size | 104,488 |
This is a library crate that implements all of the component parts of
the wiggle proc-macro crate.
Code lives in a separate non-proc-macro crate so that it can be reused in
other settings, e.g. the lucet-wiggle crate.
Code generated by this crate should not have any references to a particular WebAssembly runtime or engine. It should instead expose traits that may be implemented by an engine. Today, it is consumed by both Lucet and Wasmtime.