Split cosmwasm-std into 2 crates for ease of no-std and other chains support #1956
dzmitry-lahoda
started this conversation in
Ideas
Replies: 1 comment 8 replies
-
After split into |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling with no-std support, and integration with parity substrate.
In near future we could have parity ink and solana ebf.
So most of issues arise that client messages to and from CosmWasm to be handled by host and by other non CosmWasm contracts.
So really there is no need for full CosmWasm to be no-std, but only client side.
That is serde attributes, some values like Uintu128 and Coint, *Addr, and like.
So really having just interface crate would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions