We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf5c00 commit ee35863Copy full SHA for ee35863
README.md
@@ -24,8 +24,8 @@ The following commands will perform a minimal installation:
24
```
25
git clone https://github.com/ocaml-wasm/wasm_of_ocaml
26
cd wasm_of_ocaml
27
-opam pin add -n --with-version 3.17 https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml
28
-opam pin add -n --with-version 5.3.0-wasm .
+opam pin add -n --with-version 3.17 https://github.com/ocaml/dune.git
+opam pin add -n --with-version 5.8.2-wasm .
29
opam install wasm_of_ocaml-compiler
30
31
You may want to install additional packages. For instance:
0 commit comments