[browser] cleanup before memory snapshot (#83082)
authorPavel Savara <pavel.savara@gmail.com>
Wed, 8 Mar 2023 08:17:12 +0000 (09:17 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 08:17:12 +0000 (09:17 +0100)
commitfaa1d0993afad9d751b2dca6bcfe356369ec6c08
treefb56faccf8ad17d4a1e0ec7a79f831f9f8517fb1
parent0e1ede5588b9d464afc02e2c485da5507fe9071c
[browser] cleanup before memory snapshot (#83082)

- moved get_preferred_icu_asset
- moved TZ detection
- moved runtimeHelpers.waitForDebugger
- added runtimeHelpers.updateGlobalBufferAndViews
- removed obsolete comments about blazor startup sequence
- removed diplicate calls mono_wasm_init_diagnostics (also previously blazor startup path)
- introduce DotnetModuleInternal instaed of anyModule
src/mono/wasm/runtime/assets.ts
src/mono/wasm/runtime/dotnet.d.ts
src/mono/wasm/runtime/exports.ts
src/mono/wasm/runtime/icu.ts
src/mono/wasm/runtime/imports.ts
src/mono/wasm/runtime/managed-exports.ts
src/mono/wasm/runtime/marshal.ts
src/mono/wasm/runtime/polyfills.ts
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/types.ts
src/mono/wasm/runtime/types/emscripten.ts