sideros/src
Ernesto Lanchares 2818fd14c5 Fixed wrong calculation of locals size when parsing a wasm binary
The fix involves moving the function leb128Decode over to parser. To me
it makes more sense for the function to belong in that module so I think
of it as a positive change. However I do not think that returning two
values is really necessary. I think a proper solution would be either
to parse the code or wrap the stream so we can count how many bytes are
readed. Therefore we could use std.leb.readUleb128 which should be less
error-prone.
2025-03-14 16:50:59 +01:00
..
render base code 2025-03-12 19:56:19 +01:00
vm Fixed wrong calculation of locals size when parsing a wasm binary 2025-03-14 16:50:59 +01:00
assets.zig base code 2025-03-12 19:56:19 +01:00
c.zig base code 2025-03-12 19:56:19 +01:00
main.zig base code 2025-03-12 19:56:19 +01:00
math.zig base code 2025-03-12 19:56:19 +01:00