···9696 let rpc_fn = Impl.IdlM.server Server.implementation in
9797 Js_of_ocaml.Worker.set_onmessage (fun x ->
9898 let s = Js_of_ocaml.Js.to_string x in
9999+ Logs.debug (fun m -> m "Worker received: %s" s);
99100 ignore (server rpc_fn s));
100101 Console.console##log (Js.string "All finished")
101102 with e ->