Begin adding wasi support (#2643)

* Begin adding wasi support

* Now it builds and runs but needs more help
This commit is contained in:
Jonathan Turner
2020-10-07 11:21:24 +13:00
committed by GitHub
parent a18b2702ca
commit f14f4e39c5
3 changed files with 19 additions and 12 deletions

View File

@ -52,6 +52,7 @@ htmlescape = "0.3.1"
ical = "0.6.0"
ichwh = {version = "0.3.4", optional = true}
indexmap = {version = "1.6.0", features = ["serde-1"]}
instant = "0.1.7"
itertools = "0.9.0"
log = "0.4.11"
meval = "0.2.0"