wash 0.43.0

wasmCloud Shell (wash) - CLI tool and library for wasmCloud development
Documentation
1
2
3
4
5
6
7
8
9
language = "rust"
type = "component"
name = "custombuildcomponent"

[component]
claims = ["wasmcloud:httpserver"]
build_artifact = "target/wasm32-wasip1/release/custombuildcomponent.wasm"
build_command = "cargo component build --release --target wasm32-wasip1"
destination = "./build/custombuildcomponent_s.wasm"