// wit/my-component.wit package my:project; world hello-world { import name: func() -> string; export greet: func(); }