We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d992bc8 commit 421fe4cCopy full SHA for 421fe4c
src/lib.rs
@@ -89,3 +89,6 @@ pub use yield_::yield_now;
89
// Exported to ensure version used matches
90
pub use futures::channel::oneshot;
91
pub use reqwest;
92
+
93
+// TODO 4: Add browser test to ensure we don't break WASM by accident. Even if
94
+// it can compile it might not be browser safe
0 commit comments