ios_system
ios_system copied to clipboard
request for base64
It could be usefull :)
Would a wasm version work?
mkdir wamp
cd wamp
curl -LO https://registry-cdn.wapm.io/packages/ken-matsui/base64/base64-0.1.3.tar.gz
tar zxf base64-0.1.3.tar.gz
cp target/wasm32-wasi/release/base64-cl
i.wasm ~/Documents/bin/base64.wasm
$ cd
$ base64 --help
base64-cli 0.1.3
Ken Matsui <[email protected]
.com>
A CLI tool for base64
USAGE:
base64.wasm <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
decode Decode base64 string to string
encode Encode string to base64 string
help Print this message or the help of the
given subcommand(s)