You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported at Drops-of-Diamond/diamond_drops#59 there seems to have been a missed case when wasm support was introduced. This will need to be fixed up and seems to be pretty straightforward.
The original work was done in #1190 in response to #1132
The text was updated successfully, but these errors were encountered:
This seems to be something missed some time ago as the original
annotation for this 'use' was only feature debug. However this
broke builds using that feature on Windows.
This change uses guards both for the feature and also wasm/windows
specific targets/environments.
closesclap-rs#1270 and is done in response to Drops-of-Diamond/diamond_drops#59
As reported at Drops-of-Diamond/diamond_drops#59 there seems to have been a missed case when
wasm
support was introduced. This will need to be fixed up and seems to be pretty straightforward.The original work was done in #1190 in response to #1132
The text was updated successfully, but these errors were encountered: