diff --git a/src/commons/utils/CToWasmHelper.ts b/src/commons/utils/CToWasmHelper.ts index 78d2983a9f..46e85179e9 100644 --- a/src/commons/utils/CToWasmHelper.ts +++ b/src/commons/utils/CToWasmHelper.ts @@ -22,7 +22,7 @@ export async function makeCCompilerConfig( }; } -const modulesAvailableForC = new Set(['pix_n_flix']); +const modulesAvailableForC = new Set(['pix_n_flix', 'sound', 'plotly']); export let specialCReturnObject: any = null;