1 2 3 4 5 6 7
interface new { get-two: func() -> (a: u32, b: u32) } default world component { import new: self.new }