Open flupke opened 4 months ago
This crate relies on RwLock
, so I don't think WASM support would work.
This crate relies on
RwLock
, so I don't think WASM support would work.
Good point. Would a Mutex
be possible? We can always have conditional code to use a RwLock
only for WASM.
I get this error when trying to build for wasm:
which is caused by this in the
event-listener-strategy
crate:Do you think it would be possible to add WASM support behind a feature flag, or is this fundamentally needed?