Arnav Singh
Arnav Singh
>it'd be good to ask those people what their use case is. My use case has not changed since my first comment. ```rust let io_slices = [ std::io::IoSlice::new(b"HTTP/1.1 "), std::io::IoSlice::new(status.as_str().as_bytes()),...
To clarify some things about error-chain: >@withoutboats >error-chain today strongly encourages having a single error type >@U007D >I think you've taken exactly the right approach with Failure not being opinionated...
>I would like to do a similar thing - Convert .oggstr files back to .ogg `< foo.oggstr tail -c +280 > foo.ogg`
>Is it really about original length? Yes. Only relocatable addresses are being emitted as 5-byte values. Non-address constants are being emitted as the smallest width. See `res/cases/v1/relocatable.wasm` that I added...
It does mean that the const opcodes like `I32Const` and the load/store opcodes like `I32Load` will have to change to hold `VarInt32NonCan` instead of `i32` / `u32`
How would that help? Like I said earlier, some opcodes contain smallest width and some opcodes contain largest width. It's not always one or always the other. I'm thinking of...
- Parameterizing the whole `Opcode` means that opcodes like `I32Load(u32, u32)` can't have different widths for their two values. - `Opcodes` needs to hold both type of `Opcode` like I...
I made a prototype of how it would look for individual opcodes to store the original width with the value: https://github.com/Arnavion/parity-wasm/commits/min-width I only did it for `I32Const` and `Call`, the...
@Sekhan Could you merge this PR please? Without this the list cannot be used with OPNsense's URL table aliases.
>Remove support for k8s v1.18 I looked at this when I did the kind v0.15.0 update yesterday, and for some reason ACK [still lists 1.18 as a supported version,](https://www.alibabacloud.com/help/en/container-service-for-kubernetes/latest/release-notes-release-notes) so...