Closed
Description
This came up in CosmWasm/cw-plus#755.
Currently there are a few utilities that live as examples in the cosmwasm-vm
package - check_contract
, module_size
, multi_threaded_cache
.
It would be nice to find a better place for them - they're not really examples. The most proper thing I can think of is to set up at least one new package (cosmwasm-toolbox
? or separate packages?) that depends on cosmwasm_vm
and put them there as binary crates - this way we can remove dev-dependencies
like clap
from cosmwasm_vm
entirely.