Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency of wasm_of_ocaml on binaryen-bin #1854

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions manual/wasm_overview.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ It provides an alternative way to run pure OCaml programs in JavaScript environm

The compiler is provided by the wasm_of_ocaml-compiler package. The <<a_manual chapter="overview" |Js_of_ocaml libraries>> are compatible with this compiler.

== Dependencies

Wasm_of_ocaml depends on [[https://github.com/WebAssembly/binaryen|the Binaryen toolchain]] version 119 or later.

== Installation

The easiest way to install wasm_of_ocaml is to use opam.
Expand Down
1 change: 0 additions & 1 deletion wasm_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
"menhirLib"
"menhirSdk"
"yojson" {>= "2.1"}
"binaryen-bin"
"odoc" {with-doc}
]
depopts: ["ocamlfind"]
Expand Down
Loading