Report error in instantiation when meeting unlinked import globals (#1859)

This commit is contained in:
liang.he
2023-01-06 15:24:11 +08:00
committed by GitHub
parent 0c4402293d
commit 7401718311
5 changed files with 33 additions and 2 deletions

View File

@ -149,6 +149,7 @@ typedef struct AOTImportGlobal {
uint32 data_offset;
/* global data after linked */
WASMValue global_data_linked;
bool is_linked;
} AOTImportGlobal;
/**