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