wasm-nats-stream-client/wasmcloud.toml

13 lines
259 B
TOML
Raw Normal View History

2024-12-06 00:06:37 +00:00
name = "go_nats_client"
2024-12-05 23:30:02 +00:00
language = "tinygo"
type = "component"
2024-12-06 00:06:37 +00:00
version = "1.0.0"
2024-12-05 23:30:02 +00:00
[component]
wit_world = "hello"
wasm_target = "wasm32-wasip2"
2024-12-06 00:06:37 +00:00
destination = "build/go_nats_client_s.wasm"
[registry]
url = "gitea.rebus.ninja/lore"
credentials = "./creds.json"