Specification see https://github.com/dotnet/runtime/blob/main/docs/design/mono/webcil.md (basically a "firewall-evading" repackaging of Windows DLLs)
I started a discussion on how others could read that format without rolling their own implementation dotnet/runtime#86587 (Transport feed NuGet might be a solution sometime dotnet/runtime#86597)
Code in question: https://github.com/dotnet/runtime/tree/main/src/libraries/Microsoft.NET.WebAssembly.Webcil/src/Webcil (WasmModuleReader is of interest)
BlazorWebCilPublishDemo.zip publish output see bin\Release\net8.0\browser-wasm\publish\wwwroot_framework
Specification see https://github.com/dotnet/runtime/blob/main/docs/design/mono/webcil.md (basically a "firewall-evading" repackaging of Windows DLLs)
I started a discussion on how others could read that format without rolling their own implementation dotnet/runtime#86587 (Transport feed NuGet might be a solution sometime dotnet/runtime#86597)
Code in question: https://github.com/dotnet/runtime/tree/main/src/libraries/Microsoft.NET.WebAssembly.Webcil/src/Webcil (WasmModuleReader is of interest)
BlazorWebCilPublishDemo.zip publish output see bin\Release\net8.0\browser-wasm\publish\wwwroot_framework