(module (func $addTwo (param i32 i32) (result i32) (i32.add (get_local 0) (get_local 1))) (export "addTwo" (func $addTwo)))
0000000: 0061 736d ; WASM_BINARY_MAGIC 0000004: 0d00 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: 02 ; num params 000000d: 7f ; i32 000000e: 7f ; i32 000000f: 01 ; num results 0000010: 7f ; i32 0000009: 07 ; FIXUP section size ; section "FUNCTION" (3) 0000011: 03 ; section code 0000012: 00 ; section size (guess) 0000013: 01 ; num functions 0000014: 00 ; function 0 signature index 0000012: 02 ; FIXUP section size ; section "EXPORT" (7) 0000015: 07 ; section code 0000016: 00 ; section size (guess) 0000017: 01 ; num exports 0000018: 06 ; string length 0000019: 6164 6454 776f addTwo ; export name 000001f: 00 ; export kind 0000020: 00 ; export func index 0000016: 0a ; FIXUP section size ; section "CODE" (10) 0000021: 0a ; section code 0000022: 00 ; section size (guess) 0000023: 01 ; num functions ; function body 0 0000024: 00 ; func body size (guess) 0000025: 00 ; local decl count 0000026: 20 ; get_local 0000027: 00 ; local index 0000028: 20 ; get_local 0000029: 01 ; local index 000002a: 6a ; i32.add 000002b: 0b ; end 0000024: 07 ; FIXUP func body size 0000022: 09 ; FIXUP section size
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
https://cdn.rawgit.com/WebAssembly/wabt/e528a622caa77702209bf0c3654ca78456c41a52/demo/index.html
Исходник в виде AST:
Выхлоп:
Видно что в туловище: a b +