(module (import "gyehoek" "say-hi" (func $say-hi)) (func (export "main") (call $say-hi) (call $say-hi) (call $say-hi)))