[Solved] Rust/wasm32 code obfuscation techniques?

Well, mostly what is exported to the JavaScript side are the entry-points for the wasm module (panic, prinltn/console.log, main, etc.) So a correct answer would be to make most of your code run in rust; where native decompilation is difficult.

1 Like