it renders text, but wrong

This commit is contained in:
cqc
2022-09-02 19:22:06 -05:00
parent 7460b8f793
commit 6a484c3a06
5 changed files with 462 additions and 1123 deletions

17
dune
View File

@ -1,19 +1,26 @@
(env
(dev
(flags (:standard -warn-error -A))))
(dev (flags (:standard -warn-error -A))
(js_of_ocaml (flags --pretty --no-inline --source-map --debug-info) (compilation_mode separate)))
)
(executable
(name boot_js)
(modes byte js)
(preprocess (pps js_of_ocaml-ppx))
(modules boot_js backend backend_js human)
(modules boot_js human)
(libraries
fmt
graphv_webgl
js_of_ocaml
lwt
irmin-git
irmin-indexeddb
; irmin-git
; irmin-indexeddb
zed
gg
))