fix?
This commit is contained in:
parent
1003ccc648
commit
1abbe176bc
File diff suppressed because it is too large
Load Diff
21
Cargo.toml
21
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue