;;; TOOL: run-objdump ;;; ARGS0: -v (module (func i32.const 0 f64.convert_u/i32 i32.trunc_u/f64 f64.convert_s/i32 i32.trunc_s/f64 f32.convert_u/i32 i32.trunc_u/f32 f32.convert_s/i32 i32.trunc_s/f32 i64.extend_u/i32 i32.wrap/i64 drop i32.const 0 i64.extend_s/i32 f64.convert_u/i64 i64.trunc_u/f64 f64.convert_s/i64 i64.trunc_s/f64 f32.convert_u/i64 i64.trunc_u/f32 f32.convert_s/i64 i64.trunc_s/f32 drop f32.const 0 f64.promote/f32 f32.demote/f64 drop)) (;; STDOUT ;;; 0000000: 0061 736d ; WASM_BINARY_MAGIC 0000004: 0100 0000 ; WASM_BINARY_VERSION ; section "Type" (1) 0000008: 01 ; section code 0000009: 00 ; section size (guess) 000000a: 01 ; num types ; type 0 000000b: 60 ; func 000000c: 00 ; num params 000000d: 00 ; num results 0000009: 04 ; FIXUP section size ; section "Function" (3) 000000e: 03 ; section code 000000f: 00 ; section size (guess) 0000010: 01 ; num functions 0000011: 00 ; function 0 signature index 000000f: 02 ; FIXUP section size ; section "Code" (10) 0000012: 0a ; section code 0000013: 00 ; section size (guess) 0000014: 01 ; num functions ; function body 0 0000015: 00 ; func body size (guess) 0000016: 00 ; local decl count 0000017: 41 ; i32.const 0000018: 00 ; i32 literal 0000019: b8 ; f64.convert_i32_u 000001a: ab ; i32.trunc_f64_u 000001b: b7 ; f64.convert_i32_s 000001c: aa ; i32.trunc_f64_s 000001d: b3 ; f32.convert_i32_u 000001e: a9 ; i32.trunc_f32_u 000001f: b2 ; f32.convert_i32_s 0000020: a8 ; i32.trunc_f32_s 0000021: ad ; i64.extend_i32_u 0000022: a7 ; i32.wrap_i64 0000023: 1a ; drop 0000024: 41 ; i32.const 0000025: 00 ; i32 literal 0000026: ac ; i64.extend_i32_s 0000027: ba ; f64.convert_i64_u 0000028: b1 ; i64.trunc_f64_u 0000029: b9 ; f64.convert_i64_s 000002a: b0 ; i64.trunc_f64_s 000002b: b5 ; f32.convert_i64_u 000002c: af ; i64.trunc_f32_u 000002d: b4 ; f32.convert_i64_s 000002e: ae ; i64.trunc_f32_s 000002f: 1a ; drop 0000030: 43 ; f32.const 0000031: 0000 0000 ; f32 literal 0000035: bb ; f64.promote_f32 0000036: b6 ; f32.demote_f64 0000037: 1a ; drop 0000038: 0b ; end 0000015: 23 ; FIXUP func body size 0000013: 25 ; FIXUP section size convert.wasm: file format wasm 0x1 Code Disassembly: 000016 func[0]: 000017: 41 00 | i32.const 0 000019: b8 | f64.convert_i32_u 00001a: ab | i32.trunc_f64_u 00001b: b7 | f64.convert_i32_s 00001c: aa | i32.trunc_f64_s 00001d: b3 | f32.convert_i32_u 00001e: a9 | i32.trunc_f32_u 00001f: b2 | f32.convert_i32_s 000020: a8 | i32.trunc_f32_s 000021: ad | i64.extend_i32_u 000022: a7 | i32.wrap_i64 000023: 1a | drop 000024: 41 00 | i32.const 0 000026: ac | i64.extend_i32_s 000027: ba | f64.convert_i64_u 000028: b1 | i64.trunc_f64_u 000029: b9 | f64.convert_i64_s 00002a: b0 | i64.trunc_f64_s 00002b: b5 | f32.convert_i64_u 00002c: af | i64.trunc_f32_u 00002d: b4 | f32.convert_i64_s 00002e: ae | i64.trunc_f32_s 00002f: 1a | drop 000030: 43 00 00 00 00 | f32.const 0x0p+0 000035: bb | f64.promote_f32 000036: b6 | f32.demote_f64 000037: 1a | drop 000038: 0b | end ;;; STDOUT ;;)