1 2 3 4 5 6
package weval:simple; world component { export initialize: func(); export run: func() -> s32; }