[Wasm] Rename wasm initialize function

This commit is contained in:
Igor Yakovlev
2023-07-31 15:40:04 +02:00
committed by Zalim Bashorov
parent a29fa428b3
commit 98329f30f8
3 changed files with 5 additions and 5 deletions
@@ -34,7 +34,7 @@ let { exports } = await instantiate(imports, /*runInitializer=*/false);
if (exports.getInitialized() !== 0) {
throw "Fail1"
}
exports.__init();
exports._initialize();
if (exports.getInitialized() !== 100) {
throw "Fail2"
}