Is your request related to improving an existing feature?
WebAssembly now offer to changes the runtime to use the newest runtime: CoreCLR
<PropertyGroup>
<TargetFramework>net11.0</TargetFramework>
<UseMonoRuntime>false</UseMonoRuntime>
</PropertyGroup>
To confirm the app is running on CoreCLR, open the browser developer console and run:
globalThis.getDotnetRuntime(0).INTERNAL.GetDotNetRuntimeHeap()
Is your request related to improving an existing feature?
WebAssembly now offer to changes the runtime to use the newest runtime: CoreCLR
To confirm the app is running on CoreCLR, open the browser developer console and run: