This module allows you to execute OCaml code in a Js_of_ocaml_toplevel
val execute : string ->(string, string)Core.result
Executes the string in the toplevel. Returns Ok s with the output of from the toplevel if no errors occured Returns Error s if the toplevel printed anything to stderr.