13 lines
287 B
TOML
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" |