summaryrefslogtreecommitdiff
path: root/web/web_match.h
Commit message (Collapse)AuthorAgeFilesLines
* web: abstract away most EM_ASM calls to dom fileDavid Vazgenovich Shakaryan2022-05-041-1/+1
|
* web: split code into more filesDavid Vazgenovich Shakaryan2022-05-011-0/+29
This is currently very messy with all the files interdependent on one another and a lot of the logic still in the main file. It will take some time to refactor and clean up.