Skip to content

Commit

Permalink
Correction and precision about Binaryen version
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole authored Mar 12, 2024
1 parent fb500c8 commit a345e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Wasm_of_ocaml is a fork of Js_of_ocaml which compiles OCaml bytecode to WebAssem

## Requirements

Wasm_of_ocaml relies on the Binaryen toolchain ([version 116](https://github.com/WebAssembly/binaryen/releases/tag/version_116) or greater).
Wasm_of_ocaml relies on the Binaryen toolchain; currently, only [version 116](https://github.com/WebAssembly/binaryen/releases/tag/version_116) is supported. Binaryen commands must be in the PATH for wasm_of_ocaml to function.

## Supported engines

Expand Down

0 comments on commit a345e54

Please sign in to comment.