1 # RUN: yaml2obj %s -o %t.wasm
2 # RUN: llvm-nm %t.wasm | FileCheck %s
3 # RUN: llvm-nm -P %t.wasm | FileCheck %s --check-prefix=POSIX
5 # CHECK: 0000009f T my_func_export
6 # CHECK-NEXT: 0000002a D my_global_export
7 # CHECK-NEXT: 00000000 D my_table_export
9 # POSIX: my_func_export T 9f 3
10 # POSIX-NEXT: my_global_export D 2a 0
11 # POSIX-NEXT: my_table_export D 0 0
58 - Name: my_func_export
61 - Name: my_global_export
64 - Name: my_table_export