|
|
|
|
|
by dustingetz
2822 days ago
|
|
We do :) The Hyperfiddle Editor includes the whole ClojureScript compiler and standard library – because we are evaling userland cljs in the browser, obviously – but we will bake / pre-compile / dead-code-eliminate userland code in prod to get artifact sizes comparable to any normal ClojureScript project. We don't do this yet but it's straightforward to do. |
|
Thanks for answering my question, and best of luck with Hyperfiddle!