Fork me on GitHub
#malli
<
2020-09-13
>
borkdude15:09:50

I just realized that borkdude/dynaload isn't GraalVM friendly in that it uses require at runtime. I made an issue for this: https://github.com/borkdude/dynaload/issues/6 I think we'll have to adapt to the CLJS model of dynaload, i.e. the require is on the user, dynaload only prints a warning

borkdude16:09:30

Note: it did work, but it's just not good for binary size and compilation time

borkdude19:09:44

Do you test GraalVM builds on CI?