You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the option to inline generated code
Rather than emitting separate files for each WASM module and
AudioProcessor, users can now specify the option `inline: true` to embed
the content of those files into the JavaScript bundle as base64 data URLs.