Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the table index calculation in aot_instantiation (#3903)
`module_inst->table_count = module->import_table_count + module->table_count`, using it as an index will go through `module->import_tables` and `module->tables`, but aot init data is only available for non-import tables.
- Loading branch information