summaryrefslogtreecommitdiff
path: root/crates/parser/src/macros.rs
AgeCommit message (Collapse)Author
2026-05-04chore: simplify parser & reduce allocationsHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25chore: add specialized returns, optimize parserHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25fix: remove unsafe rewritesHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25chore: reduce instantiation ovherhead & refactor optimizeHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-17feat: refactor optimizer + executor, add v128 super instructionsHenry
Signed-off-by: Henry <mail@henrygressmann.de>