1 wit_bindgen::generate!({
2     inline: "
3         package wasmtime:test;
4 
5         world testp3 {
6             include wasi:cli/imports@0.3.0;
7 
8             export wasi:cli/run@0.3.0;
9         }
10     ",
11     path: "../wasi/src/p3/wit",
12     world: "wasmtime:test/testp3",
13     default_bindings_module: "test_programs::p3",
14     pub_export_macro: true,
15     async: [
16         "wasi:cli/run@0.3.0#run",
17     ],
18     generate_all
19 });
20