smol-rs / async-broadcast

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

Fix compiling to wasm #61

Closed kuviman closed 1 month ago

kuviman commented 1 month ago

Fixes #50

I dont really know if this is correct since I didnt dig too deep into the issue but it does compile and work for me

zeenix commented 1 month ago

Looks alright to me.

Thanks for having a look. :+1:

I would add a check for WASM to the CI if it's supported by this crate.

Good point. I'll add that in a separate PR.