(module
    (global $global0 i32 (i32.const 655360))
    (export "HELLO" (global $global0))
    (func (result i32) (i32.const 42))
    (export "helloWorld" (func 0))
)