schema out of wasm #1002
dzmitry-lahoda
started this conversation in
General
Replies: 1 comment
-
I feel like this solution should work. As soon as we get this evaluated, I'll update you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Both polkadot-sdk(for scale) and cosmwasm(for json) allow not to compile schema into wasm32 binary (size matters).
May be solana borsch does same?
I just was hit with limit of contract upload, and doing not(target_arch = wasm32) for building metadata into wasm.
So what is best way if any to express it agains ibc-rs?
Can feature switch be on/off depending on target in calling crate? Like MyCWContract can enable and disable JSON schema depending on target?
Beta Was this translation helpful? Give feedback.
All reactions