package octez-smart-rollup-wasm-debugger-lib

  1. Overview
  2. Docs
module Prof : sig ... end
val produce_flamegraph : collapse:bool -> max_depth:int -> Profiling.function_call Profiling.call_stack option list -> unit
val profiling_results : Profiling.function_call Profiling.call_stack option -> unit
val check_input_request : Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> (unit, string) Stdlib.result Lwt.t
val eval : int32 -> string list Tezos_base.TzPervasives.Seq.t -> Config.config -> Octez_smart_rollup_wasm_debugger_lib__Commands.eval_step -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> (Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * int64 * string list Tezos_base.TzPervasives.Seq.t * int32, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t
val pp_input_request : Stdlib.Format.formatter -> Tezos_scoru_wasm.Wasm_pvm_state.input_request -> unit
val step : int32 -> string list Tezos_base.TzPervasives.Seq.t -> Config.config -> Octez_smart_rollup_wasm_debugger_lib__Commands.eval_step -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> ((Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32) option, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t
val show_outbox_gen : Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> int32 -> unit Lwt.t
val show_outbox : Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> int32 -> unit Lwt.t
val print_durable : ?depth:int -> ?show_values:bool -> ?path:string list -> Tezos_scoru_wasm_helpers.Wasm_utils.Ctx.Tree.tree -> unit Lwt.t
val show_subkeys : Tezos_scoru_wasm_helpers.Wasm_utils.Ctx.Tree.tree -> string -> unit Lwt.t
val show_value : Repl_helpers.printable_value_kind -> string -> string
exception Cannot_inspect_memory of string
val dump_function_symbols : string Custom_section.FuncMap.t -> unit Lwt.t
OCaml

Innovation. Community. Security.