Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

doc: Fix markup and URL targets of wasm_of_ocaml docs #11495

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions doc/wasmoo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Wasm Compilation With Wasm_of_ocaml

This is an how-to guide.

Wasm_of_ocaml_ is a compiler from OCaml to WebAssembly (Wasm for
short). The compiler works by translating OCaml bytecode to Wasm code.
The compiler can currently be installed from [its Github repository](https://github.com/ocaml-wasm/wasm_of_ocaml).
Wasm_of_ocaml is a compiler from OCaml to WebAssembly (Wasm for short). The
compiler works by translating OCaml bytecode to Wasm code. The compiler is
available in the `js_of_ocaml Github repository
<https://github.com/ocsigen/js_of_ocaml>`_.

Compiling to Wasm
=================
Expand Down Expand Up @@ -100,5 +101,3 @@ Wasm_of_ocaml can generate sourcemaps for the generated Wasm code.
By default, they are generated when using the ``dev`` build profile and are not generated otherwise.
The behavior can explicitly be specified in an ``env`` stanza (see :doc:`/reference/dune/env`)
or per executable inside ``(wasm_of_ocaml (sourcemap ...))`` (see :doc:`/reference/dune/executable`)

.. _wasm_of_ocaml: https://github.com/ocaml-wasm/wasm_of_ocaml
Loading