Merge pull request #390 from lulf/wasm-executor

Wasm executor support
This commit is contained in:
Dario Nieuwenhuis
2021-09-13 18:55:17 +02:00
committed by GitHub
19 changed files with 415 additions and 9 deletions

View File

@ -21,7 +21,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
rand_core = "0.6.3"
sdio-host = "0.5.0"
embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true }
critical-section = "0.2.1"
critical-section = "0.2.3"
bare-metal = "1.0.0"
atomic-polyfill = "0.1.3"
stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }