Module Meta

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