Module Meta
val global_data : unit -> Stdlib.Obj.t arrayval realloc_global_data : int -> unit
type closure= unit -> Stdlib.Obj.ttype bytecode
val reify_bytecode : bytes array -> Instruct.debug_event list array -> string option -> bytecode * closureval release_bytecode : bytecode -> unitval invoke_traced_function : Stdlib.Obj.t -> Stdlib.Obj.t -> Stdlib.Obj.t -> Stdlib.Obj.tval get_section_table : unit -> (string * Stdlib.Obj.t) list