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.
2 parents cc0cac9 + 94c6237 commit 1671a0eCopy full SHA for 1671a0e
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