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

[browser][MT] withDumpThreadsOnNonZeroExit #98052

Merged
merged 8 commits into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. - EmscriptenBuildOptions into separate object

    - pass more of it into RuntimeAPI.runtimeBuildInfo
    - move MONO_LOG_LEVEL, MONO_LOG_MASK, DOTNET_DebugWriteToStdErr, MONO_SLEEP_ABORT_LIMIT to test-main.js
    - implement dumpThreadsOnExit and withDumpThreadsOnExit
    - implement mono_native_thread_set_name via mono_wasm_pthread_set_name
    - implement mono_native_thread_create
    - renamed set_thread_prefix
    pavelsavara committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    087fa78 View commit details
    Browse the repository at this point in the history
  2. wip

    pavelsavara committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c3359cd View commit details
    Browse the repository at this point in the history
  3. more

    pavelsavara committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    25a845d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. feedback

    pavelsavara committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e1b7529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f91b2 View commit details
    Browse the repository at this point in the history
  3. Update src/mono/browser/test-main.js

    Co-authored-by: Marek Fišera <mara@neptuo.com>
    pavelsavara and maraf authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    70ae585 View commit details
    Browse the repository at this point in the history
  4. more

    pavelsavara committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6e851dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84532e1 View commit details
    Browse the repository at this point in the history