Skip to content

Enable WebAssembly CoreCLR #169

Description

@beauchama

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()

Metadata

Metadata

Assignees

Labels

technicalTechnical feature (actions, hosting, etc...)

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions