File: menu.wiki

package info (click to toggle)
js-of-ocaml 6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,932 kB
  • sloc: ml: 135,957; javascript: 58,364; ansic: 437; makefile: 422; sh: 12; perl: 4
file content (45 lines) | stat: -rw-r--r-- 1,638 bytes parent folder | download
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
=Js_of_ocaml - Reference Manual
==[[overview|Overview]]
==[[install|Install]]
==[[library|Library overview]]
==[[bindings|Binding a JS library]]
==[[rev-bindings|Export OCaml code to JavaScript]]
==[[environment-variable|Environment variable]]
==<<a_api subproject="js_of_ocaml" text="API"|index>>

=Wasm_of_ocaml - Reference Manual
==[[wasm_overview|Overview]]
==[[wasm_runtime|Writing Wasm primitives]]

=Js_of_ocaml_lwt - Reference Manual
==[[lwt|Lwt support]]
==<<a_api subproject="js_of_ocaml-lwt" text="API"|index>>

=Syntaxes
==[[ppx|Ppx syntax extension]]
==[[ppx-deriving|Ppx deriving json]]

=Compiler
==[[options|Command line options]]
==[[linker|Link javascript code]]
==[[separate-compilation|Separate compilation]]
==[[tailcall|About tailcall optimization]]
==[[effects|Effect handlers]]

=Misc
==[[runtime-files|How to look up runtime files]]
==[[build-toplevel|How to build a toplevel or use Dynlink]]
==[[debug|How to debug a program]]
==[[contribute|How to contribute]]
==[[performances|Performances]]

=Js_of_ocaml examples
==<<a_file src="toplevel/index.html"|An OCaml toplevel running in the browser>>
==<<a_file src="planet/index.html" |An animated 3D view of the Earth>>
==<<a_file src="graph_viewer/index.html" |A graph viewer>>
==<<a_file src="boulderdash/index.html" |A Boulder Dash game>>
==<<a_file src="wiki/index.html" |A realtime wiki editor>>
==<<a_file src="webgl/index.html" |A webgl demo>>
==<<a_file src="minesweeper/index.html" |A Minesweeper game>>
==<<a_file src="hyperbolic/index.html" |A hyperbolic tree viewer>>
==<<a_file src="cubes/index.html" |A random walk on lozenge tiling configurations>>