949b8d6cdb
Add the versioned wasmeld:resident@0.1.0 event/effect contract for timers, streams, datagrams, messages, extension sources, and shutdown. Add a resident-probe Component with locked service and resident WIT dependencies so the ABI can be built, packed, and exercised independently.
17 lines
334 B
TOML
17 lines
334 B
TOML
[package]
|
|
name = "resident-probe-component"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[package.metadata.wasmeld]
|
|
id = "resident-probe"
|
|
world = "component:resident-probe/resident-probe-component@0.1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wit-bindgen.workspace = true
|