package js_of_ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Compiler from OCaml bytecode to Javascript
Install
dune-project
Dependency
Authors
Maintainers
Sources
3.4.0.tar.gz
sha256=c4fad35dc113d5d710d93fdc81b798d98bc33e675b758587279cd65160178db0
md5=42f914d0410787d65668d2822fdab1a1
doc/js_of_ocaml-compiler/Js_of_ocaml_compiler/Code/index.html
Module Js_of_ocaml_compiler.Code
module Addr : sig ... endmodule DebugAddr : sig ... endmodule Var : sig ... endtype constant = | String of string| IString of string| Float of float| Float_array of float array| Int64 of int64| Tuple of int * constant array| Int of int32
type program = Addr.t * block Addr.Map.t * Addr.tval print_var_list : Format.formatter -> Var.t list -> unitval print_instr : Format.formatter -> instr -> unitval print_block : (Addr.Map.key -> xinstr -> string) -> int -> block -> unitval print_program : (Addr.Map.key -> xinstr -> string) -> program -> unitval print_last : Format.formatter -> last -> unitval print_cont : Format.formatter -> cont -> unitval fold_children :
block Addr.Map.t ->
Addr.t ->
(Addr.t -> 'c -> 'c) ->
'c ->
'cval traverse :
(block Addr.Map.t ->
Addr.t ->
(Addr.t -> (Addr.Set.t * 'c) -> Addr.Set.t * 'c) ->
(Addr.Set.t * 'c) ->
Addr.Set.t * 'c) ->
(Addr.t -> 'c -> 'c) ->
Addr.t ->
block Addr.Map.t ->
'c ->
'cval empty : programval invariant : program -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>