This commit is contained in:
Cadey Ratio 2019-10-23 22:00:42 -04:00
parent 1003ccc648
commit 1abbe176bc
2 changed files with 63 additions and 1228 deletions

1270
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,25 +15,10 @@ uart_16550 = "0.2.0"
pic8259_simple = "0.1.1"
pc-keyboard = "0.3.1"
linked_list_allocator = "0.6.4"
wasmi = {version = "*", default-features=false, features = ["core"]}
[dependencies.wasmtime-environ]
git = "https://github.com/CraneStation/wasmtime"
rev = "a7fa6bdb3197ca98bcd1b55665e3bb550888dda1"
default-features = false
features = ["core"]
[dependencies.wasmtime-jit]
git = "https://github.com/CraneStation/wasmtime"
rev = "a7fa6bdb3197ca98bcd1b55665e3bb550888dda1"
default-features = false
features = ["core"]
[dependencies.wasmtime-runtime]
git = "https://github.com/CraneStation/wasmtime"
rev = "a7fa6bdb3197ca98bcd1b55665e3bb550888dda1"
version = "*"
default-features = false
features = ["core"]
[patch.crates-io]
wasmi = { path = "/Users/within/Code/xeos_forks/wasmi" }
[dependencies.lazy_static]
version = "1.0"