mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-18 18:28:17 +00:00
Add a comment on AOT_SECTION_TYPE_SIGNATURE (#3746)
cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3744
This commit is contained in:
parent
67dce48201
commit
b00904b092
|
@ -39,6 +39,10 @@ typedef enum AOTSectionType {
|
|||
AOT_SECTION_TYPE_FUNCTION = 3,
|
||||
AOT_SECTION_TYPE_EXPORT = 4,
|
||||
AOT_SECTION_TYPE_RELOCATION = 5,
|
||||
/*
|
||||
* Note: We haven't had anything to use AOT_SECTION_TYPE_SIGNATURE.
|
||||
* It's just reserved for possible module signing features.
|
||||
*/
|
||||
AOT_SECTION_TYPE_SIGNATURE = 6,
|
||||
AOT_SECTION_TYPE_CUSTOM = 100,
|
||||
} AOTSectionType;
|
||||
|
|
Loading…
Reference in New Issue
Block a user