;;; TOOL: run-objdump ;;; ARGS0: -r --enable-all ;;; ARGS1: -x (module (type (;0;) (func)) (import "env" "timport" (table 1 funcref)) (import "env" "b" (func (;0;) (type 0))) (func $a (type 0) call 0) (func (type 0) call 0) (func $b (type 0) (call_indirect (type 0) (i32.const 0)) call 0) (export "a" (func $a)) (table $t 0 funcref)) (;; STDOUT ;;; symbol-tables.wasm: file format wasm 0x1 Section Details: Type[1]: - type[0] () -> nil Import[2]: - table[0] type=funcref initial=1 <- env.timport - func[0] sig=0 <- env.b Function[3]: - func[1] sig=0 - func[2] sig=0 - func[3] sig=0 Table[1]: - table[1] type=funcref initial=0 Export[1]: - func[1] -> "a" Code[3]: - func[1] size=8 - func[2] size=8 - func[3] size=21 Custom: - name: "linking" - symbol table [count=6] - 0: F func=0 [ undefined binding=global vis=default ] - 1: F func=1 [ exported no_strip binding=global vis=hidden ] - 2: F <> func=2 [ binding=local vis=hidden ] - 3: F func=3 [ binding=global vis=default ] - 4: T table=0 [ undefined binding=global vis=default ] - 5: T table=1 [ binding=global vis=default ] Custom: - name: "reloc.Code" - relocations for section: 5 (Code) [5] - R_WASM_FUNCTION_INDEX_LEB offset=0x000004(file=0x000042) symbol=0 - R_WASM_FUNCTION_INDEX_LEB offset=0x00000d(file=0x00004b) symbol=0 - R_WASM_TYPE_INDEX_LEB offset=0x000018(file=0x000056) type=0 - R_WASM_TABLE_NUMBER_LEB offset=0x00001d(file=0x00005b) symbol=4 - R_WASM_FUNCTION_INDEX_LEB offset=0x000023(file=0x000061) symbol=0 Code Disassembly: 000040 func[1] : 000041: 10 80 80 80 80 00 | call 0 000042: R_WASM_FUNCTION_INDEX_LEB 0 000047: 0b | end 000049 func[2]: 00004a: 10 80 80 80 80 00 | call 0 00004b: R_WASM_FUNCTION_INDEX_LEB 0 000050: 0b | end 000052 func[3] : 000053: 41 00 | i32.const 0 000055: 11 80 80 80 80 00 80 80 80 | call_indirect 0 (type 0) 00005e: 80 00 | 000056: R_WASM_TYPE_INDEX_LEB 0 000060: 10 80 80 80 80 00 | call 0 00005b: R_WASM_TABLE_NUMBER_LEB 4 000066: 0b | end 000061: R_WASM_FUNCTION_INDEX_LEB 0 ;;; STDOUT ;;)