We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dce48 commit b00904bCopy full SHA for b00904b
core/iwasm/aot/aot_runtime.h
@@ -39,6 +39,10 @@ typedef enum AOTSectionType {
39
AOT_SECTION_TYPE_FUNCTION = 3,
40
AOT_SECTION_TYPE_EXPORT = 4,
41
AOT_SECTION_TYPE_RELOCATION = 5,
42
+ /*
43
+ * Note: We haven't had anything to use AOT_SECTION_TYPE_SIGNATURE.
44
+ * It's just reserved for possible module signing features.
45
+ */
46
AOT_SECTION_TYPE_SIGNATURE = 6,
47
AOT_SECTION_TYPE_CUSTOM = 100,
48
} AOTSectionType;
0 commit comments