informalsystems/cosmwasm-to-quint

Provide a proper way of distributing quint libs that are dependencies

Closed this issue · 1 comments

The generated code depends on some quint libs to run. Since quint has no package management, we can do something like:

  • output the generated model into a folder
  • download the libs (from github) into that folder, ensuring things are properly linked (in the import paths)

Idea from @shonfeder : ship the lib files with the generator crate