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.
 
 
 
Dan Gohman 864cf98c8d Update release notes, wasmtime 0.16, cranelift 0.63. 5 years ago
..
src wiggle-generate: paramaterize library on module path to runtime (#1574) 5 years ago
Cargo.toml Update release notes, wasmtime 0.16, cranelift 0.63. 5 years ago
LICENSE Shuffle around the wiggle crates (#1414) 5 years ago
README.md Shuffle around the wiggle crates (#1414) 5 years ago

README.md

wiggle-generate

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.