From 9dbda66d25f8af9412d9ce5d6e93d8ec02be951c Mon Sep 17 00:00:00 2001 From: Antonin Reitz Date: Tue, 30 Aug 2022 17:40:48 +0200 Subject: [PATCH] update readme wasm version constraint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c728e4610..78e7d3520 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ make via homebrew, and invoke `gmake` instead of `make`. **Regarding OCaml:** Install OPAM via your package manager, then: -`$ opam install ppx_deriving_yojson zarith pprint "menhir>=20161115" sedlex process fix "wasm>=1.1.1" visitors ctypes-foreign ctypes` +`$ opam install ppx_deriving_yojson zarith pprint "menhir>=20161115" sedlex process fix "wasm>=2.0.0" visitors ctypes-foreign ctypes` Next, make sure you have an up-to-date F\*, and that you ran `make` in the `ulib/ml` directory of F\*. The `fstar.exe` executable should be on your PATH