Skip to content

Commit d2f8d50

Browse files
authored
Update main_emscripten_kernel.cpp
1 parent 54dd6ab commit d2f8d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_emscripten_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EMSCRIPTEN_BINDINGS(my_module) {
3333

3434

3535
xeus_javascript::export_xinterpreter();
36-
xeus_javascript::export_xcomm();
36+
// xeus_javascript::export_xcomm();
3737

3838
// we overwrite the console.log function, so that we can redirect the output
3939
// to the kernel. But sometime we need to call the original console.log without

0 commit comments

Comments
 (0)