34 releases (14 breaking)
new 0.15.0 | Nov 21, 2023 |
---|---|
0.13.0 | Nov 1, 2023 |
0.9.3 | Jul 27, 2023 |
0.7.1 | Mar 16, 2023 |
0.4.0-alpha.1 | Nov 10, 2022 |
#1133 in WebAssembly
1,074 downloads per month
Used in wash-cli
2MB
13K
SLoC
wash Library
A crate that implements the functionality behind the wasmCloud shell
The wash
command line interface wash is a great place
to find examples on how to fully utilize this library.
lib.rs
:
A crate that implements the functionality behind the wasmCloud shell
The wash
command line interface https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli is a great place
to find examples on how to fully utilize this library.
This library contains a few feature flags, most enabled by default but optional in order to
allow consumers to omit some functionality. This is especially useful when considering compiling this
library to restrictive targets, e.g. wasm32-unknown-unknown
or wasm32-wasi
. Support for wasm
targets
is a goal but has not been tested yet.
Feature Name | Default Enabled | Description |
---|---|---|
start | true | Contains the start module, with utilities to start wasmCloud runtimes, NATS, and wadm |
parser | true | Contains the parser module, with utilities to parse wasmcloud.toml files |
cli | false | Contains the build, cli, and generate modules with additional trait derives for usage in building CLI applications |
nats | true | Contains the app module with a dependency on async_nats |
Dependencies
~39–57MB
~1M SLoC