wash 0.43.0

wasmCloud Shell (wash) - CLI tool and library for wasmCloud development
Documentation
# This TOML file validates that our parser can handle paths relative to the manifest,
# and that the project, WIT, build, etc directories can be in different locations.
language = "rust"
type = "component"
name = "testcomponent"
version = "0.1.0"
path = "../"
# Absolute paths to other directories
build = "/tmp/some/other/build"
wit = "/tmp/nested/wit"

[component]
# Relative paths (to the project path)
build_artifact = "build/testcomponent_raw.wasm"
destination = "./build/testcomponent.wasm"

[rust]
# Relative paths (to the project path)
cargo_path = "../cargo"
target_path = "./target"