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

[wasm] Don't probe for aot modules unless we were built for AOT #100802

Merged
merged 2 commits into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. Don't probe for aot modules in emscripten builds unless we were expli…

    …citly built for AOT, because emscripten dlopen is very expensive
    kg committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e7e71d4 View commit details
    Browse the repository at this point in the history
  2. Update src/mono/mono/mini/aot-runtime.c

    Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
    kg and lambdageek authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ab79837 View commit details
    Browse the repository at this point in the history