package wasm_of_ocaml-compiler

  1. Overview
  2. Docs

Source file wasm_of_ocaml_compiler.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
(* generated by dune *)

(** @canonical Wasm_of_ocaml_compiler.Binaryen *)
module Binaryen = Wasm_of_ocaml_compiler__Binaryen

(** @canonical Wasm_of_ocaml_compiler.Call_graph_analysis *)
module Call_graph_analysis = Wasm_of_ocaml_compiler__Call_graph_analysis

(** @canonical Wasm_of_ocaml_compiler.Closure_conversion *)
module Closure_conversion = Wasm_of_ocaml_compiler__Closure_conversion

(** @canonical Wasm_of_ocaml_compiler.Code_generation *)
module Code_generation = Wasm_of_ocaml_compiler__Code_generation

(** @canonical Wasm_of_ocaml_compiler.Curry *)
module Curry = Wasm_of_ocaml_compiler__Curry

(** @canonical Wasm_of_ocaml_compiler.Gc_target *)
module Gc_target = Wasm_of_ocaml_compiler__Gc_target

(** @canonical Wasm_of_ocaml_compiler.Generate *)
module Generate = Wasm_of_ocaml_compiler__Generate

(** @canonical Wasm_of_ocaml_compiler.Globalize *)
module Globalize = Wasm_of_ocaml_compiler__Globalize

(** @canonical Wasm_of_ocaml_compiler.Initialize_locals *)
module Initialize_locals = Wasm_of_ocaml_compiler__Initialize_locals

(** @canonical Wasm_of_ocaml_compiler.Link *)
module Link = Wasm_of_ocaml_compiler__Link

(** @canonical Wasm_of_ocaml_compiler.Runtime *)
module Runtime = Wasm_of_ocaml_compiler__Runtime

(** @canonical Wasm_of_ocaml_compiler.Sexp *)
module Sexp = Wasm_of_ocaml_compiler__Sexp

(** @canonical Wasm_of_ocaml_compiler.Tail_call *)
module Tail_call = Wasm_of_ocaml_compiler__Tail_call

(** @canonical Wasm_of_ocaml_compiler.Target_sig *)
module Target_sig = Wasm_of_ocaml_compiler__Target_sig

(** @canonical Wasm_of_ocaml_compiler.Typing *)
module Typing = Wasm_of_ocaml_compiler__Typing

(** @canonical Wasm_of_ocaml_compiler.Wasm_ast *)
module Wasm_ast = Wasm_of_ocaml_compiler__Wasm_ast

(** @canonical Wasm_of_ocaml_compiler.Wasm_link *)
module Wasm_link = Wasm_of_ocaml_compiler__Wasm_link

(** @canonical Wasm_of_ocaml_compiler.Wasm_output *)
module Wasm_output = Wasm_of_ocaml_compiler__Wasm_output

(** @canonical Wasm_of_ocaml_compiler.Wasm_source_map *)
module Wasm_source_map = Wasm_of_ocaml_compiler__Wasm_source_map

(** @canonical Wasm_of_ocaml_compiler.Wat_output *)
module Wat_output = Wasm_of_ocaml_compiler__Wat_output

(** @canonical Wasm_of_ocaml_compiler.Wat_preprocess *)
module Wat_preprocess = Wasm_of_ocaml_compiler__Wat_preprocess

(** @canonical Wasm_of_ocaml_compiler.Zip *)
module Zip = Wasm_of_ocaml_compiler__Zip