Add WASM support for executor
* Adds an executor for WASM runtimes based on wasm_bindgen. * Add time driver based on JS time handling. * Add example that can run in browser locally. * Update to critical-section version that supports 'std' flag
This commit is contained in:
@ -35,7 +35,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
|
||||
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
|
||||
heapless = { version = "0.7.5", default-features = false }
|
||||
rand_core = "0.6.3"
|
||||
critical-section = "0.2.1"
|
||||
critical-section = "0.2.2"
|
||||
|
||||
micromath = "2.0.0"
|
||||
|
||||
|
Reference in New Issue
Block a user