Fork me on GitHub
#off-topic
<
2017-05-16
>
nikki18:05:58

wasm text format is s-exprs

nikki18:05:16

i mean there would probs be an equivalence in any case but... wasm-spitting macros anyone?

tbaldridge19:05:54

Sadly it's also a completely different runtime without a GC.

john19:05:45

so you'd need to bring in bohm and probably boost and build a clj runtime from scratch, right?

tbaldridge20:05:22

nah, probably not bohm, just some GC of some sort.

tbaldridge20:05:23

but it is super low level and last I checked the interop between WebAssembly and normal JS was still in-development So no touching the DOM from WebASM