If there other hackers who make music here, I wrote this:
https://github.com/Miserlou/chords2midi
for writing chord progressions on the command line. I use it for building progressions which I drag into my DAW. It has voice leading, which required me translating an algorithm from 18th century German musical textbook into Python. I don't speak German and there were no unit tests in the 1700s so I'm only fairly certain that it works properly.
I will make a plugin version once ableton supports CLAP.
I believe wasmtime can be faster as it doesn’t need to create as many new OS resources and just resets some memory maps.
Only really meaningful for simple request handlers taking a few milliseconds.
It's just a proof of concept but some people are using it for CI as well [2].
[1] https://github.com/hectorm/docker-qemu-haiku
[2] https://github.com/HaikuArchives/ArtPaint/blob/7f5c49278545e...