summaryrefslogtreecommitdiff
path: root/test/gen-wasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-xtest/gen-wasm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py
index da8838ef..76764728 100755
--- a/test/gen-wasm.py
+++ b/test/gen-wasm.py
@@ -80,6 +80,8 @@ NAMED_VALUES = {
# dylink.0 subsection codes
'DYLINK_MEM_INFO': 1,
'DYLINK_NEEDED': 2,
+ 'DYLINK_EXPORT_INFO': 3,
+ 'DYLINK_IMPORT_INFO': 4,
# external kinds
'func_kind': 0,