From f0346ed63a35b144147250ad503973b4dae06e2c Mon Sep 17 00:00:00 2001 From: morpheuschoo Date: Mon, 12 May 2025 04:02:24 +0800 Subject: [PATCH] added sound and plotly to modulesAvailableForC --- src/commons/utils/CToWasmHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;