wasm-micro-runtime/core
James Ring 3ad95303d6
Fix quadratic runtime for duplicate export name detection (#3861)
Previously, the loader would check the name of a new export against all
existing exports, leading to a quadratic running time.

This change makes the loader parse the entire export section. The
exports are then sorted by name, then adjacent exports are checked for
uniqueness.
2024-10-21 11:02:30 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix quadratic runtime for duplicate export name detection (#3861) 2024-10-21 11:02:30 +08:00
shared Fix some compile warnings and typos (#3854) 2024-10-15 16:04:58 +08:00
config.h Implement shared heap for AOT (#3815) 2024-09-29 12:50:59 +08:00
version.h Update version to 2.1.2 and update release notes (#3718) 2024-08-20 12:00:39 +08:00