1 2 3 4 5 6 7 8 9
package root:component; world root { import no-options: func(x: u32) -> u32; import takes-string: func(x: string); import returns-string: func() -> string; export run: func(); }