1 2 3 4 5 6 7 8
;; Second module for the test. (module (func $second (export "second") (result i32) (i32.const 1337) ) )