Expand description

Cmdlet module

These are safe Rust high-level utilities to implement cmdlet modules.

A cmdlet module is a small CLI program built as an Ark Wasm module.

We support two different ways of implement these modules:

Macros

Implement an asynchronous cmdlet module

Implement a blocking cmdlet module

Implement a WASI cmdlet module