#generate #cargo

bin+lib cargo-witgen

witgen is a library to help you generate wit definitions in a wit file for WebAssembly and this binary will generate wit file

14 breaking releases

0.15.0 Jul 28, 2022
0.13.0 May 9, 2022
0.11.0 Mar 10, 2022
0.5.0 Dec 23, 2021

#881 in WebAssembly

32 downloads per month
Used in 3 crates

Custom license

42KB
936 lines

cargo-witgen

Installation

$ cargo install cargo-witgen

Usage

$ cargo witgen

cargo-witgen 0.1.0

USAGE:
    cargo witgen <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    generate    Generate wit files
    help        Print this message or the help of the given subcommand(s)

Development

$ cargo install --path .

Dependencies

~11MB
~230K SLoC