wiggle-generate

Crates.iowiggle-generate
lib.rswiggle-generate
version25.0.3
sourcesrc
created_at2020-03-12 21:43:25.945271
updated_at2024-11-05 19:23:57.949679
descriptionLibrary crate for wiggle code generator.
homepage
repositoryhttps://github.com/bytecodealliance/wasmtime
max_upload_size
id217945
size101,943
wasmtime-publish (github:bytecodealliance:wasmtime-publish)

documentation

README

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.

Commit count: 13801

cargo fmt