Skip to content

Commit b00904b

Browse files
authored
Add a comment on AOT_SECTION_TYPE_SIGNATURE (bytecodealliance#3746)
cf. bytecodealliance#3744
1 parent 67dce48 commit b00904b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/iwasm/aot/aot_runtime.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ typedef enum AOTSectionType {
3939
AOT_SECTION_TYPE_FUNCTION = 3,
4040
AOT_SECTION_TYPE_EXPORT = 4,
4141
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+
*/
4246
AOT_SECTION_TYPE_SIGNATURE = 6,
4347
AOT_SECTION_TYPE_CUSTOM = 100,
4448
} AOTSectionType;

0 commit comments

Comments
 (0)