wasm-nats-stream-client/wasmcloud.toml

13 lines
283 B
TOML
Raw Normal View History

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