#webassembly #generate #cargo #wasm

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

#614 in WebAssembly

Download history 28/week @ 2022-12-09 26/week @ 2022-12-16 26/week @ 2022-12-23 10/week @ 2022-12-30 13/week @ 2023-01-06 12/week @ 2023-01-13 31/week @ 2023-01-20 22/week @ 2023-01-27 42/week @ 2023-02-03 11/week @ 2023-02-10 65/week @ 2023-02-17 18/week @ 2023-02-24 18/week @ 2023-03-03 15/week @ 2023-03-10 12/week @ 2023-03-17 36/week @ 2023-03-24

82 downloads per month
Used in 3 crates

Custom license

40KB
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

~7.5MB
~196K SLoC