What are the possibilities to process Blazor C# compiled code (Wasm) reusing weavers that worked on .NET Standard assemblies (e.g. Fody).
... to process Blazor C# compiled code (Wasm)
Blazor does not compile C# to Wasm.
The IL files are deployed to the Browser. So you might be in luck here, if you get the tooling set up.