WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

Documentation does not mention how to install ocamlbuild #1685

Closed foolip closed 12 months ago

foolip commented 12 months ago

https://github.com/WebAssembly/spec/blob/main/interpreter/README.md links to https://ocaml.org/docs/install.html and https://github.com/ocaml/dune#installation-1 but doesn't say that you also need to install ocamlbuild using opam install ocamlbuild.

Note that I didn't actually run opam install dune, and figured I need ocamlbuild from the error message.

foolip commented 12 months ago

I have mixed things up. I was trying to build the tests in https://github.com/WebAssembly/gc/tree/main/test and that still depends on ocamlbuild. Seems like this repo no longer does.