10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
package root:component;
|
|
|
|
world root {
|
|
import new: interface {
|
|
read: func(amt: u32) -> list<u8>;
|
|
}
|
|
|
|
export entrypoint: func(args: list<string>);
|
|
}
|