-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Greetings, friendly VeriWasm folks!
I noticed recently that you had integrated changes from my fork in #2 (thanks!). In addition to that, our efforts to use VeriWasm by default in Lucet (bytecodealliance/lucet#658) will need a way to refer to VeriWasm. The PR currently pulls in a git submodule, and in theory we could point that to this repo. However, it would be preferable if we could pull in VeriWasm as a crate from crates.io, along with other dependencies.
With that background, would you be willing to consider releasing on crates.io? I suspect this wouldn't need to impose much in terms of requirements or process -- with a version like "0.0.1" there are no API stability guarantees, etc., between releases -- but it would be nice to have a release checkpoint, and would make downstream use easier.
Thanks!