who knows what was going on here

This commit is contained in:
cqc
2023-08-26 15:23:07 -05:00
parent 420e350544
commit 60be88d4e1
4 changed files with 1058 additions and 48 deletions

View File

@ -28,7 +28,7 @@ module Graphics_support = struct
let init elt = Graphics_js.open_canvas elt
end
open Log_js
module Log = Log_js.Log
module Ppx_support = struct
let init () =
@ -618,6 +618,7 @@ let run _ =
in
Sys_js.set_channel_filler stdin readline;
setup_share_button ~output;
Ppx_graph.setup_graph ~container ~textbox;
setup_examples ~container ~textbox;
setup_pseudo_fs ();
setup_toplevel ();