Is it possible to add SmartAssembly obfuscation and embedding into the build process of a wasm build? It looks like it is building DLLs first and then converting them to wasm, but how do we structure the project (.csproj) to support this? I haven't tried yet but was wondering if there is a documented solution.
Comments
1 comment
-
HiĀ henrylafleur,
As far as I can see, no one has yet attempted this, if you manage it, that would be an interesting addition to the community!
Regarding how, there is some guidance in the following doc for how to structure the config for interacting with MSbuild, you may be able to reuse some of that?
https://documentation.red-gate.com/sa/building-your-assembly/using-smartassembly-with-msbuild
Add comment
Please sign in to leave a comment.