[Wasm] Rename wasm initialize function
This commit is contained in:
committed by
Zalim Bashorov
parent
a29fa428b3
commit
98329f30f8
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user