lol browser requests github repo via cors proxy (via npm, run with ./cors_proxy.sh) but then stack overflows

This commit is contained in:
cqc
2022-11-08 22:06:58 -06:00
parent 3b09bb1c11
commit 3fc8125d42
4 changed files with 425 additions and 11 deletions

13
dune
View File

@ -1,20 +1,29 @@
(env
(dev (flags (:standard -warn-error -A))
(js_of_ocaml (flags) (compilation_mode separate))))
(js_of_ocaml (flags --no-inline --pretty --source-map-inline --debug-info)
(build_runtime_flags --no-inline --pretty --source-map-inline --debug-info)
(link_flags --source-map-inline))))
(executable
(name boot_js)
(modes byte js)
(preprocess (pps js_of_ocaml-ppx))
(preprocess (pps js_of_ocaml-ppx))
(modules boot_js human)
(libraries
fmt
logs
graphv_webgl
js_of_ocaml-lwt
digestif.ocaml
irmin.mem
git
irmin-git
httpaf
cohttp
cohttp-lwt-jsoo
mimic
uri
zed
gg