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