You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
It could be usefull :)
The text was updated successfully, but these errors were encountered: