Hey everyone! I wanted to share a small library (really just a macro) that I 
wrote to help increase interop with the JavaScript ecosystem. I'm working on 
some web tooling for Nim and was need to export functions to the JavaScript 
world. The path of least resistance was utilizing the CommonJS module exports 
object, and this macro makes that a little easier. Not sure if it's useful to 
anyone else, but figured I'd put it out there. Feedback is welcome!

[https://github.com/nepeckman/jsExport.nim](https://github.com/nepeckman/jsExport.nim)

Reply via email to