Uh oh!
There was an error while loading. Please reload this page.
[browser] Allow downloading WebAssembly resources without performing other WebAssembly runtime initalization - #102254
Conversation
Tagging subscribers to 'arch-wasm': @lewing |
maraf
commented
May 16, 2024
Please add a WBT. Since we will remove custom cache shortly, we can check that all URLs that are used during "download" phase will be used during real start phase. |
Uh oh!
There was an error while loading. Please reload this page.
pavelsavara
commented
May 17, 2024
I'm not sure that I follow. What would the test look like ? |
maraf
commented
May 20, 2024
What I'm thinking about for the test is that we can ensure that no new resource will be requested during real start after |
Fixes#100299
Note that when we download assets during cold start, they are being loaded into WASM memory as they arrive.
When you already have pre-downloaded the assets with this new API, the startup of the runtime will be more of the burst. Similar as with assets already in a cache.