Skip to content

Commit cd1d72a

Browse files
committed
Add some comments for #25376
These should have been part of #25376.
1 parent dae65b2 commit cd1d72a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/libcore.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,13 +2285,15 @@ addToLibrary({
22852285
});
22862286
`,
22872287
#else
2288+
// `wasmTable` is a JS alias for the Wasm `__indirect_function_table` export
22882289
$wasmTable: '__indirect_function_table',
22892290
#endif
22902291

22912292
#if IMPORTED_MEMORY
22922293
// This gets defined in src/runtime_init_memory.js
22932294
$wasmMemory: undefined,
22942295
#else
2296+
// `wasmMemory` is a JS alias for the Wasm `memory` export
22952297
$wasmMemory: 'memory',
22962298
#endif
22972299

0 commit comments

Comments
 (0)