Skip to content

Commit 94c6237

Browse files
added sound and plotly to modulesAvailableForC (#3132)
Co-authored-by: Martin Henz <[email protected]>
1 parent a9c3041 commit 94c6237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/utils/CToWasmHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function makeCCompilerConfig(
2222
};
2323
}
2424

25-
const modulesAvailableForC = new Set(['pix_n_flix']);
25+
const modulesAvailableForC = new Set(['pix_n_flix', 'sound', 'plotly']);
2626

2727
export let specialCReturnObject: any = null;
2828

0 commit comments

Comments
 (0)