wasm-nats-sqldb-sync/wit/world.wit
Lorenzo Venerandi d573f07c98 project init
2025-01-07 23:01:06 +01:00

13 lines
269 B
Plaintext

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