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] Load assets earlier #63623

Merged
merged 4 commits into from
Jan 13, 2022
Merged

Commits on Jan 11, 2022

  1. - allow Module.config to have assets with buffer instead of url

    - change sample to show how emscripten callbacks are triggered
    - pass config into onConfigLoaded and made it async
    - split asset download from copying it into memory
    - moved startup sequence to configure_emscripten_startup and documented it there
    pavelsavara committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c4d9f40 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. - diagnostic_tracing as CLI parameter for tests

    - throttle parallel download of assets
    pavelsavara committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    de652b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8755d View commit details
    Browse the repository at this point in the history
  3. one more

    pavelsavara committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    6959ac6 View commit details
    Browse the repository at this point in the history