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 a9c3041 commit 94c6237Copy full SHA for 94c6237
src/commons/utils/CToWasmHelper.ts
@@ -22,7 +22,7 @@ export async function makeCCompilerConfig(
22
};
23
}
24
25
-const modulesAvailableForC = new Set(['pix_n_flix']);
+const modulesAvailableForC = new Set(['pix_n_flix', 'sound', 'plotly']);
26
27
export let specialCReturnObject: any = null;
28
0 commit comments