Skip to content

Commit 37a2737

Browse files
committed
Removed unused HEAP32
1 parent f76433b commit 37a2737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime_shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if (!shouldExport) {
1414
if (MODULARIZE && EXPORT_ALL) {
1515
shouldExport = true;
16-
} else if (AUDIO_WORKLET && (x == 'HEAP32' || x == 'HEAPU32' || x == 'HEAPF32')) {
16+
} else if (AUDIO_WORKLET && (x == 'HEAPU32' || x == 'HEAPF32')) {
1717
// Export to the AudioWorkletGlobalScope the needed variables to access
1818
// the heap. AudioWorkletGlobalScope is unable to access global JS vars
1919
// in the compiled main JS file.

0 commit comments

Comments
 (0)