Skip to content

Commit 66034f9

Browse files
committed
Fixup
1 parent 517056e commit 66034f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Components/Web.JS/dist/Release/blazor.webassembly.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ function createEmscriptenModuleInstance(resourceLoader: WebAssemblyResourceLoade
356356
resourceLoader.purgeUnusedCacheEntriesAsync(); // Don't await - it's fine to run in background
357357

358358
MONO.mono_wasm_setenv("MONO_URI_DOTNETRELATIVEORABSOLUTE", "true");
359+
MONO.mono_wasm_setenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT", "1");
359360
const load_runtime = cwrap('mono_wasm_load_runtime', null, ['string', 'number']);
360361
// -1 enables debugging with logging disabled. 0 disables debugging entirely.
361362
load_runtime(appBinDirName, hasDebuggingEnabled() ? -1 : 0);

0 commit comments

Comments
 (0)