wash-lib 0.25.1

wasmCloud Shell (wash) libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language = "rust"
type = "component"
name = "testcomponent"
version = "0.1.0"

[component]
claims = ["wasmcloud:httpserver"]
registry = "localhost:8080"
push_insecure = false
key_directory = "./keys"
filename = "testcomponent.wasm"
wasm_target = "wasm32-unknown-unknown"
call_alias = "testcomponent"

[rust]
cargo_path = "./cargo"
target_path = "./target"