wasm-nats-producer-client/wit/world.wit
Lorenzo Venerandi 8cd67e00a2 maybe fixed
2024-12-16 20:34:52 +01:00

14 lines
323 B
Plaintext

package wasmcloud:hello;
world hello {
include wasmcloud:component-go/imports@0.1.0;
import wasi:config/runtime@0.2.0-draft;
export wasi:http/incoming-handler@0.2.0;
export wasmcloud:messaging/handler@0.2.0;
import wasmcloud:messaging/consumer@0.2.0;
import wasi:logging/logging@0.1.0-draft;
}