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 dae65b2 commit cd1d72aCopy full SHA for cd1d72a
src/lib/libcore.js
@@ -2285,13 +2285,15 @@ addToLibrary({
2285
});
2286
`,
2287
#else
2288
+ // `wasmTable` is a JS alias for the Wasm `__indirect_function_table` export
2289
$wasmTable: '__indirect_function_table',
2290
#endif
2291
2292
#if IMPORTED_MEMORY
2293
// This gets defined in src/runtime_init_memory.js
2294
$wasmMemory: undefined,
2295
2296
+ // `wasmMemory` is a JS alias for the Wasm `memory` export
2297
$wasmMemory: 'memory',
2298
2299
0 commit comments