I recently tried to run the examples in this repo with the newly released wasm_of_ocaml (https://discuss.ocaml.org/t/ann-js-of-ocaml-6-0-1-wasm-of-ocaml/16160). I tried the counters app. It builds okay. However, running in the browser doesn't render much. Jsoo samples manipulating dom works out of the box, so I presumed vdom would work well with wasm_of_ocaml. Is there some quick setting I can use perhaps to make this work?