Sha256: eb29b0dead8b5ff41ac51282bfa041e9c122c7c10395e2c8e0050972b7edaa9b
Contents?: true
Size: 470 Bytes
Versions: 38
Compression:
Stored size: 470 Bytes
Contents
# 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.
Version data entries
38 entries across 38 versions & 1 rubygems