|
|
@ -16,6 +16,25 @@ pic8259_simple = "0.1.1" |
|
|
|
pc-keyboard = "0.3.1" |
|
|
|
linked_list_allocator = "0.6.4" |
|
|
|
|
|
|
|
[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"] |
|
|
|
|
|
|
|
[dependencies.lazy_static] |
|
|
|
version = "1.0" |
|
|
|
features = ["spin_no_std"] |
|
|
|