add support for .wat files, add xorscroll.wat example

This commit is contained in:
2021-12-16 23:58:58 +01:00
parent 299c08af5b
commit 581740cbdb
5 changed files with 33 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ minifb = "0.19"
notify = "4"
pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "196719b" }
wat = "1"
uw8-tool = { path = "uw8-tool" }