wasmtime/runtime/component/bindgen_examples/
_0_hello_world.rs

1bindgen!({
2  inline: r#"
3      package my:project;
4      world hello-world {
5          import name: func() -> string;
6          export greet: func();
7      }
8  "#,
9});