diff --git a/doc/wasmoo.rst b/doc/wasmoo.rst index 3be8a4fe8cd..31380d69276 100644 --- a/doc/wasmoo.rst +++ b/doc/wasmoo.rst @@ -10,7 +10,7 @@ Wasm Compilation With 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 can currently be installed from [its Github repository](https://github.com/ocaml-wasm/wasm_of_ocaml). Compiling to Wasm =================