Skip to content

Commit 2a12bf7

Browse files
committed
deploy: 3aabb81
1 parent 30df421 commit 2a12bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/what-and-why.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2><a class="anchor" aria-hidden="true" id="different-environments"></a><a href
9494
<p>Reason compiles to JavaScript thanks to our partner project, <a href="/docs/en/compiling-to-js-with-melange">Melange</a>, which compiles OCaml/Reason into JavaScript with smooth interoperability with JavaScript. Reason also compiles to fast, barebone assembly, thanks to OCaml itself.</p>
9595
<p>There's a clear distinction between the two environments, one runs JavaScript in the browser while the other runs assembly on the machine. But the language constructors and tooling is the same, so you can write code for the two environments.</p>
9696
<p><strong>Compile to JavaScript</strong></p>
97-
<p><a href="/docs/en/compiling-to-js-with-melange">Melange</a> is a backend for the OCaml compiler that emits JavaScript. Melange strives to provide the best integration with both the OCaml and JavaScript ecosystems. It is the recommended way to compile Reason to JavaScript, since it compiles 1 module to 1 file, has a very good interop with JavaScript and integrates well with modern frontend development tooling. Take a closer look at our page <a href="/docs/en/compiling-to-js-with-melange">Compiling to JavaSCript with Melange</a>.</p>
97+
<p><a href="/docs/en/compiling-to-js-with-melange">Melange</a> is a backend for the OCaml compiler that emits JavaScript. Melange strives to provide the best integration with both the OCaml and JavaScript ecosystems. It is the recommended way to compile Reason to JavaScript, since it compiles 1 module to 1 file, has a very good interop with JavaScript and integrates well with modern frontend development tooling. Take a closer look at our page <a href="/docs/en/compiling-to-js-with-melange">Compiling to JavaScript with Melange</a>.</p>
9898
<p><strong>Compile to Native</strong></p>
9999
<p>Native means using the OCaml compiler to produce native executables that can run directly on your machine. It's recommended to use <a href="https://dune.build">dune</a> which is the defacto build system for native OCaml projects, but it's also possible to use <a href="https://ocaml.org/docs/compiling-ocaml-projects">ocamlc (OCaml's compiler)</a> directly.</p>
100100
<h2><a class="anchor" aria-hidden="true" id="where-do-i-start"></a><a href="#where-do-i-start" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Where do I start?</h2>

docs/en/what-and-why/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2><a class="anchor" aria-hidden="true" id="different-environments"></a><a href
9494
<p>Reason compiles to JavaScript thanks to our partner project, <a href="/docs/en/compiling-to-js-with-melange">Melange</a>, which compiles OCaml/Reason into JavaScript with smooth interoperability with JavaScript. Reason also compiles to fast, barebone assembly, thanks to OCaml itself.</p>
9595
<p>There's a clear distinction between the two environments, one runs JavaScript in the browser while the other runs assembly on the machine. But the language constructors and tooling is the same, so you can write code for the two environments.</p>
9696
<p><strong>Compile to JavaScript</strong></p>
97-
<p><a href="/docs/en/compiling-to-js-with-melange">Melange</a> is a backend for the OCaml compiler that emits JavaScript. Melange strives to provide the best integration with both the OCaml and JavaScript ecosystems. It is the recommended way to compile Reason to JavaScript, since it compiles 1 module to 1 file, has a very good interop with JavaScript and integrates well with modern frontend development tooling. Take a closer look at our page <a href="/docs/en/compiling-to-js-with-melange">Compiling to JavaSCript with Melange</a>.</p>
97+
<p><a href="/docs/en/compiling-to-js-with-melange">Melange</a> is a backend for the OCaml compiler that emits JavaScript. Melange strives to provide the best integration with both the OCaml and JavaScript ecosystems. It is the recommended way to compile Reason to JavaScript, since it compiles 1 module to 1 file, has a very good interop with JavaScript and integrates well with modern frontend development tooling. Take a closer look at our page <a href="/docs/en/compiling-to-js-with-melange">Compiling to JavaScript with Melange</a>.</p>
9898
<p><strong>Compile to Native</strong></p>
9999
<p>Native means using the OCaml compiler to produce native executables that can run directly on your machine. It's recommended to use <a href="https://dune.build">dune</a> which is the defacto build system for native OCaml projects, but it's also possible to use <a href="https://ocaml.org/docs/compiling-ocaml-projects">ocamlc (OCaml's compiler)</a> directly.</p>
100100
<h2><a class="anchor" aria-hidden="true" id="where-do-i-start"></a><a href="#where-do-i-start" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Where do I start?</h2>

0 commit comments

Comments
 (0)