Sergei Shulepov
Sergei Shulepov
This is good to know that the signing of the metadata is going away and indeed solves half of the issue! However, your answer dodges other points that I laid...
I personally, do not have an issue with self signed metadata for now. In fact, after my experience working with Signer, I concluded this is the only good way forward....
Hi @ignatenkobrain ! sorry for chiming in so late. Cargo testing usually assumes that you're working with crate locally and crates.io packages [don't always contain](https://github.com/rust-lang/cargo/issues/4802#issuecomment-350555616) all necesarry files for testing....
> We try to test all crates before we ship them to users when packaging in Fedora. Interesting! This is totally a legit case, but as I've said it's not...
There is a different approach, take a look at [cargo-readme](https://github.com/livioribeiro/cargo-readme)
@icefoxen you might be interested in [wabt-rs](https://github.com/pepyakin/wabt-rs). It contains `wasm2wat` that might work for you.
Yeah, that's sounds cool, here are some problems I encountered when thought about it 1. Sections publish `Vec` in it's API to allow the user to manipulate the entries. Users...
technically we need two thumbs up, @athei r?
Yeah, actually we looked into it and it feels to me that `type_blacklist` seems a quite a bit of overspecialization. I think there is a chance that the mentioned issue...
Yeah, callbacks are a way better way, than ad-hoc solutions like `type_blacklist` et al. I am not sure though if it would benefit us though. It all depends if we...