Closed
Description
Motivation
Work has been done to start enabling async/await, but the wasm-bindgen-test
macro still requires users to return a futures 0.1 future from their test functions. I think it's time we allowed returning a std future.
Proposed Solution
Potentially behind the same futures_0_3
feature as with wasm-bindgen-futures. The relevant code seems to be here.
Alternatives
Wait until it stabelizes completely