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] Split dotnet.js and introduce loader + emscripten modules #85045

Closed
Tracked by #70892 ...
maraf opened this issue Apr 19, 2023 · 2 comments
Closed
Tracked by #70892 ...

[browser] Split dotnet.js and introduce loader + emscripten modules #85045

maraf opened this issue Apr 19, 2023 · 2 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono
Milestone

Comments

@maraf
Copy link
Member

maraf commented Apr 19, 2023

Split dotnet.js into a smallest possible loader that is fast to load and allows to

  • Detect wasm features and allow to load variants of emscripten and wasm files
  • Provide "not often changing" unit, that doesn't need fingerprint

The rest of the code, mostly emscripten, that can change based on supported features, etc, will be downloaded in parallel with other assets

cc @pavelsavara @radical

@maraf maraf added arch-wasm WebAssembly architecture area-Build-mono labels Apr 19, 2023
@maraf maraf added this to the 8.0.0 milestone Apr 19, 2023
@ghost
Copy link

ghost commented Apr 19, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Split dotnet.js into a smallest possible loader that is fast to load and allows to

  • Detect wasm features and allow to load variants of emscripten and wasm files
  • Provide "not often changing" unit, that doesn't need fingerprint

cc @pavelsavara @radical

Author: maraf
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: 8.0.0

@maraf maraf changed the title [browser] Split dotnet.js and introduce loader + emscripten [browser] Split dotnet.js and introduce loader + emscripten modules Apr 20, 2023
@pavelsavara pavelsavara self-assigned this Apr 26, 2023
@maraf
Copy link
Member Author

maraf commented May 19, 2023

Closed in #85730

@maraf maraf closed this as completed May 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

No branches or pull requests

2 participants