Implement binding support for returning and accepting Promises in WebIDL.

This commit is contained in:
Josh Matthews 2016-06-21 19:35:36 -04:00
parent 73b2963509
commit a1091772ec
12 changed files with 217 additions and 20 deletions

View file

@ -41,7 +41,7 @@ hyper = "0.9.9"
hyper_serde = "0.1.4"
image = "0.10"
ipc-channel = "0.5"
js = {git = "https://github.com/servo/rust-mozjs"}
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
libc = "0.2"
log = "0.3.5"
mime = "0.2.1"