-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
help wantedWe could use some help fixing this issue!We could use some help fixing this issue!wasm-bindgen-testThe wasm-bindgen-test crateThe wasm-bindgen-test crate
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
Metadata
Metadata
Assignees
Labels
help wantedWe could use some help fixing this issue!We could use some help fixing this issue!wasm-bindgen-testThe wasm-bindgen-test crateThe wasm-bindgen-test crate