first hacky uw8 runner

This commit is contained in:
2021-10-26 20:33:15 +02:00
commit 57eed68be8
4 changed files with 1778 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "uw8"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wasmtime = "0.30"
anyhow = "1"
minifb = "0.19"