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 72872cb commit 0c4b2daCopy full SHA for 0c4b2da
core/iwasm/include/aot_comp_option.h
@@ -6,6 +6,8 @@
6
#ifndef __AOT_COMP_OPTION_H__
7
#define __AOT_COMP_OPTION_H__
8
9
+#include <stdint.h>
10
+
11
typedef struct {
12
/* Enables or disables bounds checks for stack frames. When enabled, the AOT
13
* compiler generates code to check if the stack pointer is within the
0 commit comments