Chasm now supports producer modules in `0.1.1` of ...
# webassembly
c
Chasm now supports producer modules in
0.1.1
of its Gradle plugin. This is really exploratory work but ultimately the idea behind producer modules is to have an experience wherefore you write a module of code in Kotlin like you would any other, it has a well defined pure Kotlin interface which other modules can depend upon, but this module has the potential to be interpreted with all the benefits that come with that I’ve updated the documentation, and added a producer module to the example project for you to see it in action. Do let me know what you think, any feedback is more than welcome ✌️