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 f76433b commit 37a2737Copy full SHA for 37a2737
src/runtime_shared.js
@@ -13,7 +13,7 @@
13
if (!shouldExport) {
14
if (MODULARIZE && EXPORT_ALL) {
15
shouldExport = true;
16
- } else if (AUDIO_WORKLET && (x == 'HEAP32' || x == 'HEAPU32' || x == 'HEAPF32')) {
+ } else if (AUDIO_WORKLET && (x == 'HEAPU32' || x == 'HEAPF32')) {
17
// Export to the AudioWorkletGlobalScope the needed variables to access
18
// the heap. AudioWorkletGlobalScope is unable to access global JS vars
19
// in the compiled main JS file.
0 commit comments