mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
moved lib.rs to stable.rs in wasm-bindgen-futures, updated during review
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user