WebAssembly / spec

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

Update README.md #1652

Closed alcantara-m closed 10 months ago

alcantara-m commented 1 year ago

It was necessary to install the ocaml-base-compiler to build the interpreter

rossberg commented 1 year ago

I'm not sure I follow, can you elaborate? And how is removing all installation instructions helping?

alcantara-m commented 1 year ago

I'm not sure I follow, can you elaborate? And how is removing all installation instructions helping?

Hi! Something must have gone wrong with GitHubDesktop. Just fixed it now :)

rossberg commented 1 year ago

Thanks, but I'm still a bit confused. Isn't ocaml-base-compiler always installed, at least when following the linked instructions? Can an OCaml installation even work without it? What method did you use that failed?

zapashcanon commented 1 year ago

The only thing I can think of is installing opam without OCaml on e.g. Debian with the following apt install --no-install-recommends opam. I'm not sure we should mention ocaml-base-compiler. We should simply link to the install page from OCaml.

rossberg commented 10 months ago

I'm taking the liberty to close this PR.