Tag releases
It would be great for downstream packaging if you would tag releases with git.
I have been doing some changes lately to make it possible to have ABI compatible releases in the future, however, this is not ready yet.
At the moment if you add an instruction it breaks ABI, because instruction IDs are sorted, etc... this is something I would like to solve before any kind of releases are introduced. The most safe approach to use AsmJit is to point to a commit in a master branch, which is considered a stable branch.
Of course AsmJit is not my only project so this needs patience. I'm not capable of maintaining proper releases at the moment. I would have to explore some automation to make this proper - like a release would have archives in Releases section, etc...
Glad you're working on it. There is no rush to release new versions. I will wait patiently for your next step. thanks.