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] asset loading for workers #73484

Merged
merged 8 commits into from
Aug 9, 2022

Commits on Aug 5, 2022

  1. - move asset related logic to separate fileassets.ts

    - split logging code into separate file `logging.ts`
    - add `dotnet.wasm` and `dotnet-crypto-worker.js` to mono-config.json
    - moved `readSymbolMapFile()` call to `startup.ts`
    - fixed bug in `setup_proxy_console()` which didn't really copy the original `log` and `error` functions of the console and caused recursion on error.
    - moved `init_crypto` after `mono_wasm_load_config` in `mono_wasm_pre_init_essential_async`
    - added new resource type `js-module-crypto` and `js-module-threads`
    - changed the detection of blazor startup sequence to not be disabled by presence of config, but only by config.assets having some assembly in it.
    pavelsavara committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    df60e3b View commit details
    Browse the repository at this point in the history
  2. pass config to worker

    pavelsavara committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f7ab39e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Merge branch 'main' into wasm_load_crypto_asset

    # Conflicts:
    #	src/mono/wasm/runtime/crypto-worker.ts
    #	src/mono/wasm/runtime/workers/dotnet-crypto-worker.js
    pavelsavara committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    fb425e8 View commit details
    Browse the repository at this point in the history
  2. Update src/mono/wasm/runtime/startup.ts

    Co-authored-by: Marek Fišera <[email protected]>
    pavelsavara and maraf authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    f011496 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into wasm_load_crypto_asset

    # Conflicts:
    #	src/mono/wasm/runtime/debug.ts
    pavelsavara committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    9dd19de View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    10c0574 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. feedback

    pavelsavara committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f7c87a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into wasm_load_crypto_asset

    # Conflicts:
    #	src/mono/wasm/runtime/startup.ts
    pavelsavara committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    87624bb View commit details
    Browse the repository at this point in the history