Open zapashcanon opened 1 month ago
Thanks for your report.
Indeed, I need to update the Yojson dependency.
The other error is because wasm_of_ocaml is not quite in sync with the latest release of Js_of_ocaml. So, you need to install a modified version of js_of_ocaml-compiler first. You can use the following commands to make sure that your get the right versions of the different packages:
opam pin add -n --with-version 5.8.2-wasm .
opam install wasm_of_ocaml-compiler
Does it mean that wsoo depends on jsoo ? (I did that pin
command but got the error anyway, then it disappeared when I upgraded yojson)
It is built using the js_of_ocaml-compiler
library. This library is part of the opam package js_of_ocaml-compiler
together with the js_of_ocaml
binary.
There is a lot of code in common.
On my switch: