Webassembly is kind of a lisp through.
Can you explain in what way Webassembly is kind of a lisp? That isn't obvious to me at all, but not a Webassembly expert. The brief descriptions I have seen make Webassembly sound more like JVM byte code than Lisp.
The human-readable format is .wat, and is a lisp, and you can create/edit in that format if you want, https://webassembly.studio/
I'm not sure how easy it would be to have clojure compile to wasm, we probably also need something like .cljw files for the wasm specific things/