We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a77d6c commit 69964a9Copy full SHA for 69964a9
src/library_dylink.js
@@ -496,11 +496,6 @@ var LibraryDylink = {
496
} else {
497
#endif
498
var init = moduleExports['__wasm_call_ctors'];
499
- // TODO(sbc): Remove this once extra check once the binaryen
500
- // change propogates: https://github.com/WebAssembly/binaryen/pull/3811
501
- if (!init) {
502
- init = moduleExports['__post_instantiate'];
503
- }
504
if (init) {
505
if (runtimeInitialized) {
506
init();
0 commit comments