wasm-nats-producer-client/wit/deps/wasmcloud-bus-1.0.0/package.wit

11 lines
245 B
Plaintext
Raw Normal View History

2024-12-14 01:15:08 +00:00
package wasmcloud:bus@1.0.0;
interface lattice {
resource call-target-interface {
constructor(namespace: string, %package: string, %interface: string);
}
set-link-name: func(name: string, interfaces: list<call-target-interface>);
}