Fork me on GitHub
#cljs-dev
<
2018-10-12
>
pat21:10:45

does closure rely on a list of globals to prevent munging?

mfikes21:10:07

@pat I’d recommend searching for “externs” on http://clojurescript.org or asking in #clojurescript (this particular channel is about the development of the ClojureScript compiler)

pat21:10:20

I ask because I would expect js/WebAssembly to survive and its not. So maybe GC issue

mfikes21:10:28

@pat Ahh. If you can make a minimal repro (ideally using cljs.main, we could get to the bottom of it).

pat22:10:36

GC got wasm externs when MVP landed last summer so this must be cljs somewhere. Im going to just use string dispatch for now but i imagine its a simple fix