From f76b05ebfc81bae938cadc318b350766dfa2b996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Tue, 5 Nov 2024 18:04:22 +0100 Subject: [PATCH] Doc: how to install wasm_of_ocaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Vouillon --- doc/wasmoo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =================