Common Unix command-line utilities implemented in MoonBit for policy-controlled execution in MoonSeek and Moonrun sandboxes.
Dependencies
base64 cat comm cut false head join jq jqlog nl
paste printf sleep sort tail tr true uniq wc xxdcmd/
|-- moon.mod # name = "mooxCLI/cmd"
|-- cat/
| |-- moon.pkg # executable package mooxCLI/cmd/cat
| |-- main.mbt
| `-- README.md
|-- head/
|-- jq/
`-- ...moonx mooxCLI/cmd/cat@0.1.0 -- README.md
moonx mooxCLI/cmd/head@0.1.0 -- -n 10 README.mdmoon update
moon check --deny-warn
moon info
moon fmt
moon test --target all
moon cram test tests/cram TUTORIAL.md
sh tests/policy/check-wasm-policy.shInstall
Download zipCommon Unix command-line utilities implemented in MoonBit for policy-controlled execution in MoonSeek and Moonrun sandboxes.
Dependencies