sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module T : Tezos_tree_encoding.TREE
type tree = T.tree
val compute_step_many :
?reveal_builtins:Tezos_scoru_wasm.Builtins.reveals ->
?write_debug:Tezos_scoru_wasm.Builtins.write_debug ->
?stop_at_snapshot:bool ->
max_steps:int64 ->
tree ->
(tree * int64) Lwt.t
val compute_step_with_debug :
write_debug:Tezos_scoru_wasm.Builtins.write_debug ->
tree ->
tree Lwt.t
val set_input_step :
Tezos_scoru_wasm.Wasm_pvm_state.input_info ->
string ->
tree ->
tree Lwt.t
val get_info : tree -> Tezos_scoru_wasm.Wasm_pvm_state.info Lwt.t
val get_wasm_version : tree -> Tezos_scoru_wasm.Wasm_pvm_state.version Lwt.t
val initial_state :
Tezos_scoru_wasm.Wasm_pvm_state.version ->
tree ->
tree Lwt.t
val get_output :
Tezos_scoru_wasm.Wasm_pvm_state.output_info ->
tree ->
string option Lwt.t
module Internal_for_tests : sig ... end