moved lib.rs to stable.rs in wasm-bindgen-futures, updated during review

This commit is contained in:
ibaryshnikov
2019-06-27 00:06:43 +03:00
parent 221dc732af
commit 6ab1a49a41
6 changed files with 350 additions and 385 deletions

View File

@ -92,7 +92,7 @@ impl Scene {
.map(move |_data| image_data(base, len, width, height).into());
Ok(RenderingScene {
promise: wasm_bindgen_futures::atomics::future_to_promise(done),
promise: wasm_bindgen_futures::future_to_promise(done),
base,
len,
height,