summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-16Fix design.mdluccie-cmd
Signed-off-by: luccie-cmd <luccie@sideros.org>
2025-03-15Removed redundant patch fileluccie-cmd
Signed-off-by: luccie-cmd <hoedje201@gmail.com>
2025-03-15removed unused code or something!!h3ll
Signed-off-by: h3ll <h3ll@sideros.org> Signed-off-by: Lorenzo Torres <torres@sideros.org>
2025-03-14Fixed wrong calculation of locals size when parsing a wasm binaryErnesto Lanchares
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-13Updated README.mdLorenzo Torres
2025-03-13Removed .gitattributesLorenzo Torres
2025-03-13merge patch from luccie-cmdLorenzo Torres
2025-03-12base codeLorenzo Torres
2025-03-12Updated designLorenzo Torres
2025-03-12Create design.mdLorenzo Torres
2025-03-11Create README.mdLorenzo Torres