4 releases (2 breaking)

0.3.0 Jul 9, 2023
0.2.0 Jul 7, 2023
0.1.1 Oct 12, 2022
0.1.0 Jul 30, 2020

#262 in Command-line interface

30 downloads per month

GPL-3.0 license

17KB

gnusay-rust

GNU say made using Rust

   +-----------+ 
   |I love GNU!|
   +-----------+ 
    \   / 
     \ / 
 .= .-_-. =.
((_/)o o(\_)) 
 `-'(. .)`-' 
  /| \_/ |\ 
 ( | GNU | ) 
 /'\_____/'\ 
 \__)   (__/

Install

If you have Rust: cargo install gnusay

Build for wasmtime

rustup target add wasm32-wasi
cargo wasm-build

and run it

wasmtime target/wasm32-wasi/release/gnusay.wasm

Usage

GNU say made using Rust

Usage: gnusay <TEXT>

Arguments:
  <TEXT>  

Options:
  -h, --help     Print help
  -V, --version  Print version

Dependencies

~1.2–1.8MB
~34K SLoC