CosmWasm / optimizer

Dockerfile and script to deterministically produce the smallest possible Wasm for your Rust contract
Apache License 2.0
118 stars 57 forks source link

feat: feature support in workspace #150

Closed j0nl1 closed 4 months ago

j0nl1 commented 4 months ago

It possible to build contracts variants under package property.

[package]
metadata = {  build_variants = ["custom_variant"] }

[feature]
custom-variant = []