8 lines
265 B
Rust
8 lines
265 B
Rust
|
|
//! Typed host and guest bindings generated from independently versioned WIT packages.
|
||
|
|
|
||
|
|
// The service world defines the exports every runnable component implements.
|
||
|
|
wasmtime::component::bindgen!({
|
||
|
|
path: "../../wit/service",
|
||
|
|
world: "service-component",
|
||
|
|
});
|