Skip to content

Conversation

@radekdoulik
Copy link
Member

Also remove table growth option from browserhost, we don't need it as we don't have jiterpreter

Also remove table growth option from browserhost, we don't need it as
we don't have jiterpreter
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables WebAssembly memory growth in the corerun host and removes table growth from the browserhost configuration as it is no longer needed without jiterpreter.

  • Added -sALLOW_MEMORY_GROWTH=1 to corerun build.
  • Removed -sALLOW_TABLE_GROWTH=1 from browserhost link options.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/native/corehost/browserhost/CMakeLists.txt Removes table growth flag to simplify browserhost configuration.
src/coreclr/hosts/corerun/CMakeLists.txt Adds memory growth flag to allow dynamic heap expansion for corerun.

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

@radekdoulik radekdoulik merged commit bd5dc33 into dotnet:main Oct 17, 2025
108 of 110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arch-wasm WebAssembly architecture area-Host

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants