intendednull / yewdux

Ergonomic state management for Yew applications
https://intendednull.github.io/yewdux/
Apache License 2.0
322 stars 31 forks source link

Support wasm only functions via macro [doc-test] #72

Closed Roba1993 closed 10 months ago

Roba1993 commented 10 months ago

I have a quiet complex development system, where rust analyzer is running over server/shared/frontend code. It would be helpful to enable wasm only feature via macro. This has partially already been done here

It would be really helpful if it would be done everywhere, like here

intendednull commented 10 months ago

Fixed on master, will release patch soon