parity-wasm icon indicating copy to clipboard operation
parity-wasm copied to clipboard

Put LEB encoding in separate crate

Open NikVolf opened this issue 7 years ago • 2 comments

should be no-std and more generic

NikVolf avatar Nov 29 '18 05:11 NikVolf

What's the reason for no-std? There are few LEB128 crates already: https://crates.io/search?q=leb128. The second one, nt-leb128, has a std feature that can be turned off.

bwasty avatar Jan 25 '19 17:01 bwasty

Thanks! Well if it works with parity-wasm, this would be great!

NikVolf avatar Jan 25 '19 18:01 NikVolf