1 2 3 4 5 6 7 8 9 10 11
(module (func $main (export "test_function") i32.const 4 i32.const -5 i32.add drop ) (func $instruction_count (export "instruction_count") (result i64) i64.const 3 ) )