Nikolay Volf
Nikolay Volf
Yep, the motivation is to prevent non-determinism still having some base2 floats. it's not very important atm, since we can ban floats on the embedder and/or use soft floats in...
> test::black_box is it available in no-std?
Great! Should we utilize it here, on the CI also?
Thanks! Well if it works with parity-wasm, this would be great!
Those tests rely on submodule, so download it before (`git submodule update —init` in the directory)
Is there any way to specify it?
But if I remove it, every user will have to download the test suite, which is not at all needed
Hi! I think separate crate is more logical solution to this, but it may be hosted in this repo, so that the ci is shared You aware that `wast` is...
I believe we can just use separate type with custom serialization for such cases
I suggest to just add VarInt32NonCan or similar, and let it serialize to full 5 bytes always or remember it's deserialized length (not sure the latter is even required)