Pavel Verigo

Results 3 issues of Pavel Verigo

Fixes: #19895 Calling `.read` will result in panic when reading into an empty buffer. This happens, because `limit: usize` parameter in `.get` function have alternative meaning, for `limit=0`. Note: I...

### Zig Version 0.13.0-dev.75+5c9eb4081 ### Steps to Reproduce and Observed Behavior This code will produce panic: ```zig const std = @import("std"); pub fn main() !void { const bytes = &[_]u8{...

bug

I disabled one test, which was also disabled on `stage2_c`. Handling big ints > 128 bits, is not the first priority for wasm backend right now. Next step is to...