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
I noticed that icons are about to become a lot easier with this pr, and i while i know icons in wasm are planned, in the meantime i think the icon shouldn't be included in wasm builds to reduce size.
this works: (I'm assuming android and ios don't support icons because it isn't documented and i doubt they would work)
but isnt particularly pretty, and one of the goals listed is 'Cross platform. Amount of platform specific user code required should be kept as little as possible.'
Personally i would simply add a macro, where you can simply provide an icon file path, and something similar to above is used, but there might be a cleaner way
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I noticed that icons are about to become a lot easier with this pr, and i while i know icons in wasm are planned, in the meantime i think the icon shouldn't be included in wasm builds to reduce size.
this works: (I'm assuming android and ios don't support icons because it isn't documented and i doubt they would work)
but isnt particularly pretty, and one of the goals listed is 'Cross platform. Amount of platform specific user code required should be kept as little as possible.'
Personally i would simply add a macro, where you can simply provide an icon file path, and something similar to above is used, but there might be a cleaner way
The text was updated successfully, but these errors were encountered: