Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
vouillon committed Nov 23, 2023
1 parent 8d0987d commit a7607c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Wasm_of_ocaml relies on the Binaryen toolchain ([version 116](https://github.com

## Supported engines

The generated code works with Chrome 11.9 (currently, [Chrome Beta](https://www.google.com/chrome/beta/) or [Chrome for developpers](https://www.google.com/chrome/dev/)), [node V8 canary](https://nodejs.org/download/v8-canary/v21.0.0-v8-canary20230927fa59f85d60/) and Firefox 120 (currently, [Firefox nightly](https://www.mozilla.org/en-US/firefox/channel/desktop/)).
The generated code works with Chrome 11.9 (currently, [Chrome Beta](https://www.google.com/chrome/beta/) or [Chrome for developpers](https://www.google.com/chrome/dev/)), [node V8 canary](https://nodejs.org/download/v8-canary/v21.0.0-v8-canary20230927fa59f85d60/) and Firefox 121 (currently, [Firefox Beta](https://www.mozilla.org/en-US/firefox/channel/desktop/)).

## Installation

The following commands will perform a minimal installation:
```
opam pin add dune.3.11 https://github.com/ocaml-wasm/dune.git
opam pin add -n --with-version 5.3.0 .
opam install wasm_of_ocaml-compiler
```
Expand Down

0 comments on commit a7607c1

Please sign in to comment.