-
Notifications
You must be signed in to change notification settings - Fork 46
Executable refactoring and no_std support #77
Conversation
just tried to
I'm not sure, maybe it will still work in case if we install it from crates.io though |
@fckt Yeah looks like after splitting the executable, it would need to be installed individually. rust-lang/cargo#4101 |
AFAIR, we already using |
we will have to publish every binary package separately? |
@NikVolf Yes, but we can also combine it together. Which way do we prefer? |
Yeah, i think all executables should be in one place at least. Package "pwasm-utils-cli" would be great |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks cool, though @pepyakin wants to play with it before it's merged?
Already playing, looks good so far : ) |
We should make sure the install command will continue to work. Otherwise we have to edit |
@fckt not a big deal, we'll just have to change to |
Great! |
But can we release parity-wasm and use the released version there? UPD: Done! |
BTree
map and set will be used when in no_std.Closes #76