Are wasm32 variants in color.rs needed
There are variants of code in color.rs for wasm32 target, that seem to move rgb channels around and remove functions when compiling for wasm32 target. I am told the wasm32 target is no longer used. Could we remove this wasm32 specific code here and in all of orbclient? If so, let me know and I can do the clean-up.