-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Investigate parallelizing dotnet.[js|wasm] downloads #18898
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
Comments
Remember what this picture means. |
OK. I will. Thanks :) |
@pranavkm We plan to do this with |
@javiercn is there an issue we can duplicate this with in that case? |
Seems super basic to do just by moving a few lines of .ts code: #20029. Result: The highlighted block contains all requests for |
Fixed in #20029 |
* Restore public API contract on WebAssemblyJSRuntime (#19968) * Shrink icon-512.png (#19999) * Use custom DebugProxyHost to initialize DebugProxy config (#19980) Addresses #19909 * Spruce up WebAssemblyHostEnvironment interface and use (#20008) * Load .dlls/.wasm/.pdb in parallel with dotnet.*.js. Fixes #18898 (#20029) * Add BaseAddress property to WebAssemblyHostEnvironment (#20019) - Adds `BaseAddress` to `IWebAssemblyHostEnvironment` - Uses unmarshalled APIs to extract application host - Move NavigationManager initialization to startup code - Fix subdir mapping in ClientSideHostingTest Addresses #19910 Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Safia Abdalla <[email protected]> Co-authored-by: Safia Abdalla <[email protected]>
The text was updated successfully, but these errors were encountered: