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 = "tinygo"
type = "component"
name = "testcomponent"
version = "0.1.0"

[component]
claims = ["wasmcloud:httpserver"]
registry = "localhost:8080"
push_insecure = false
key_directory = "./keys"
destination = "./build/testcomponent.wasm"
wasm_target = "wasm"
call_alias = "testcomponent"

[tinygo]
tinygo_path = "path/to/tinygo"
go_path = "path/to/go"