wasm-nats-stream-client/wasmcloud.toml

13 lines
259 B
TOML

name = "go_nats_client"
language = "tinygo"
type = "component"
version = "1.0.0"
[component]
wit_world = "hello"
wasm_target = "wasm32-wasip2"
destination = "build/go_nats_client_s.wasm"
[registry]
url = "gitea.rebus.ninja/lore"
credentials = "./creds.json"