diff options
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-x | test/gen-wasm.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py index 13818620..da8838ef 100755 --- a/test/gen-wasm.py +++ b/test/gen-wasm.py @@ -77,6 +77,10 @@ NAMED_VALUES = { 'LINKING_COMDAT_INFO': 7, 'LINKING_SYMBOL_TABLE': 8, + # dylink.0 subsection codes + 'DYLINK_MEM_INFO': 1, + 'DYLINK_NEEDED': 2, + # external kinds 'func_kind': 0, 'table_kind': 1, |