malli

https://github.com/metosin/malli :malli:
borkdude 2020-09-13T15:49:50.220800Z

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

borkdude 2020-09-13T16:13:30.221500Z

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

borkdude 2020-09-13T19:49:44.222100Z

Do you test GraalVM builds on CI?