Skip to content

Commit 32c618a

Browse files
authored
Fix outdated comment in postamble_minimal.js. NFC (#23584)
1 parent 1ddd294 commit 32c618a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/postamble_minimal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ function initRuntime(wasmExports) {
8686
Module['wasm'] = base64Decode('<<< WASM_BINARY_DATA >>>');
8787
#endif
8888

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.
9189
#if LibraryManager.has('libexports.js')
90+
// emscripten_get_exported_function() requires wasmExports to be defined in the
91+
// outer scope.
9292
var wasmExports;
9393
#endif
9494

0 commit comments

Comments
 (0)