Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: Enable wasm and allow to load .wasm on Apple silicon #23257

Merged
merged 4 commits into from
Sep 29, 2022

Commits on Sep 27, 2022

  1. macOS: Allow to load .wasm on Apple silicon

    This applies https://chromium-review.googlesource.com/c/v8/v8/+/3700352 as a fix for
    MemoryAllocator::PartialFreeMemory() which shouldn't try to change permissions of RWX pages.
    
    This mainly affects macOS > 11.2 due to mprotect behavior changes (envoyproxy#23243)
    on Apple silicon.
    
    Signed-off-by: Dhi Aurrahman <[email protected]>
    dio committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a0502d6 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Signed-off-by: Dhi Aurrahman <[email protected]>
    dio committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    43fac2b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Remove whitespace changes

    Signed-off-by: Dhi Aurrahman <[email protected]>
    dio committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    335ba8c View commit details
    Browse the repository at this point in the history
  2. Add comment

    Signed-off-by: Dhi Aurrahman <[email protected]>
    dio committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b40a61d View commit details
    Browse the repository at this point in the history