is there a way to obfuscate code for compose web?
# compose-web
a
is there a way to obfuscate code for compose web?
ended up using this tool to obfuscate the composeApp.js file. not sure how bad this will be for performance. will report once live https://github.com/javascript-obfuscator/javascript-obfuscator
a
According to their readme it’ll be 15-80% slower. Which is a terrible tbh
Besides, do you mean compose html? Because compose web is wasm… don’t know how you’d want to obfuscate it
a
I deployed a compose wasm app using it at composables.com/components/preview seems alright so far
compose web gives you a composeApp.js file which contains your compose code. i ended up using the obfuscator to obfuscate that