Add smol async runtime
This commit is contained in:
parent
92d647d1a6
commit
b2415eee61
8 changed files with 104 additions and 11 deletions
|
|
@ -36,6 +36,10 @@ version = "1.0"
|
|||
optional = true
|
||||
features = ["unstable"]
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.smol]
|
||||
version = "1.0"
|
||||
optional = true
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue