1 2 3 4 5 6
package component:test-wasi-component; /// An example world for the component to target. world example { export hello-world: func() -> string; }