ClojureScript Gets Async/Await - Release 1.12.145
Summary
ClojureScript 1.12.145 adds support for async/await by emitting JavaScript async functions when a function is labeled ^:async. This enhances interop with modern browser APIs and libraries, reducing the need for extra dependencies. The release includes examples, tests, and a link to the full changelog.