wasm-nats-producer-client/wasmcloud.toml
2024-12-14 02:15:08 +01:00

13 lines
287 B
TOML

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