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 1ddd294 commit 32c618aCopy full SHA for 32c618a
src/postamble_minimal.js
@@ -86,9 +86,9 @@ function initRuntime(wasmExports) {
86
Module['wasm'] = base64Decode('<<< WASM_BINARY_DATA >>>');
87
#endif
88
89
-// In non-fastcomp non-asm.js builds, grab wasm exports to outer scope
90
-// for emscripten_get_exported_function() to be able to access them.
91
#if LibraryManager.has('libexports.js')
+// emscripten_get_exported_function() requires wasmExports to be defined in the
+// outer scope.
92
var wasmExports;
93
94
0 commit comments