Support extended constant expressions (#4432)
* implement extended const expr (#4318) * add a toggle to enable extended const on wamrc (#4412)
This commit is contained in:
@ -720,4 +720,8 @@ unless used elsewhere */
|
||||
#define WASM_ENABLE_INSTRUCTION_METERING 0
|
||||
#endif
|
||||
|
||||
#ifndef WASM_ENABLE_EXTENDED_CONST_EXPR
|
||||
#define WASM_ENABLE_EXTENDED_CONST_EXPR 0
|
||||
#endif
|
||||
|
||||
#endif /* end of _CONFIG_H_ */
|
||||
|
||||
Reference in New Issue
Block a user