Closed bryanjswift closed 4 years ago
The wasm32 architecture relies on wasm_bindgen_futures which is only available for the wasm32 target_arch, non-wasm32 uses futures to block until the Future completes and then sends the result.
wasm_bindgen_futures
futures
Future
Refs #52
The wasm32 architecture relies on
wasm_bindgen_futures
which is only available for the wasm32 target_arch, non-wasm32 usesfutures
to block until theFuture
completes and then sends the result.Refs #52