-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Commits on Aug 5, 2022
-
- move asset related logic to separate file
assets.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.
Configuration menu - View commit details
-
Copy full SHA for df60e3b - Browse repository at this point
Copy the full SHA df60e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ab39e - Browse repository at this point
Copy the full SHA f7ab39eView commit details
Commits on Aug 6, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for fb425e8 - Browse repository at this point
Copy the full SHA fb425e8View commit details -
Update src/mono/wasm/runtime/startup.ts
Co-authored-by: Marek Fišera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f011496 - Browse repository at this point
Copy the full SHA f011496View commit details -
Merge branch 'main' into wasm_load_crypto_asset
# Conflicts: # src/mono/wasm/runtime/debug.ts
Configuration menu - View commit details
-
Copy full SHA for 9dd19de - Browse repository at this point
Copy the full SHA 9dd19deView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 10c0574 - Browse repository at this point
Copy the full SHA 10c0574View commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7c87a1 - Browse repository at this point
Copy the full SHA f7c87a1View commit details -
Merge branch 'main' into wasm_load_crypto_asset
# Conflicts: # src/mono/wasm/runtime/startup.ts
Configuration menu - View commit details
-
Copy full SHA for 87624bb - Browse repository at this point
Copy the full SHA 87624bbView commit details