package root:component; world root { import new: interface { read: func(amt: u32) -> list; } export entrypoint: func(args: list); }