Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-16 | temporarily disabled WebAssembly | Lorenzo Torres | |
2025-03-16 | fixed .gitattributes | Lorenzo Torres | |
2025-03-16 | removed opengl from build.zig | Lorenzo Torres | |
2025-03-16 | remove unused opengl dependency | Lorenzo Torres | |
2025-03-16 | removed binary files from repository | Lorenzo Torres | |
2025-03-16 | fixed .gitattributes | Lorenzo Torres | |
2025-03-16 | Created .gitattributes | Lorenzo Torres | |
2025-03-16 | fixed spacing issues in `documentation/design.md` | Lorenzo Torres | |
2025-03-16 | Fix design.md | luccie-cmd | |
Signed-off-by: luccie-cmd <luccie@sideros.org> | |||
2025-03-15 | Removed redundant patch file | luccie-cmd | |
Signed-off-by: luccie-cmd <hoedje201@gmail.com> | |||
2025-03-15 | removed unused code or something!! | h3ll | |
Signed-off-by: h3ll <h3ll@sideros.org> Signed-off-by: Lorenzo Torres <torres@sideros.org> | |||
2025-03-14 | Fixed wrong calculation of locals size when parsing a wasm binary | Ernesto 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-13 | Updated README.md | Lorenzo Torres | |
2025-03-13 | Removed .gitattributes | Lorenzo Torres | |
2025-03-13 | merge patch from luccie-cmd | Lorenzo Torres | |
2025-03-12 | base code | Lorenzo Torres | |
2025-03-12 | Updated design | Lorenzo Torres | |
2025-03-12 | Create design.md | Lorenzo Torres | |
2025-03-11 | Create README.md | Lorenzo Torres | |