smol-rs / async-broadcast

Async broadcast channels
Apache License 2.0
151 stars 26 forks source link

Update event-listener & fix wasm #47

Closed kuviman closed 4 months ago

kuviman commented 7 months ago

I was using this crate on wasm and the new 0.6 version does not compile, specifically event-listener-strategy 0.1.0 did not, so I updated them and made the wasm target compile by feature gating the wait method like in the event-listener crates

zeenix commented 4 months ago

@kuviman sorry, I completely dropped the ball on this one. I think #48 already took care of this? I'm closing this but if you I missed something, let me know and I'll reopen it.