Skip to content

Commit 719b631

Browse files
authored
Merge branch 'master' into rust
2 parents 74e0b7a + 94c6237 commit 719b631

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)