summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2021-10-19 09:20:05 -0700
committerGitHub <noreply@github.com>2021-10-19 09:20:05 -0700
commitd34ec7e7bd7b8ed6a6a07cb2bd6f653d4d9c1e44 (patch)
tree1bc63747bd1ebf3e47d9be4b337597121927dba8 /src/common.h
parent9bebe6aae5a5e2b96c71a4d6da48cb46547d4c4d (diff)
downloadwabt-d34ec7e7bd7b8ed6a6a07cb2bd6f653d4d9c1e44.tar.gz
wabt-d34ec7e7bd7b8ed6a6a07cb2bd6f653d4d9c1e44.tar.bz2
wabt-d34ec7e7bd7b8ed6a6a07cb2bd6f653d4d9c1e44.zip
Support for import/export info in dylink section (#1741)
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index de5e44af..312726ee 100644
--- a/src/common.h
+++ b/src/common.h
@@ -339,6 +339,8 @@ enum class LinkingEntryType {
enum class DylinkEntryType {
MemInfo = 1,
Needed = 2,
+ ExportInfo = 3,
+ ImportInfo = 4,
};
enum class SymbolType {