File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Uno.Wasm.Bootstrap/ts/Uno/WebAssembly
Uno.Wasm.StaticLinking.Shared Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ namespace Uno.WebAssembly.Bootstrap {
102
102
preRun : ( ) => bootstrapper . wasmRuntimePreRun ( ) ,
103
103
} )
104
104
. withRuntimeOptions ( config . config . uno_runtime_options )
105
- . withConfig ( { loadAllSatelliteResources : config . config . uno_loadAllSatelliteResources } ) ;
105
+ . withConfig ( { loadAllSatelliteResources : config . config . uno_load_all_satellite_resources } ) ;
106
106
107
107
const dotnetRuntime = await m . default (
108
108
( context : DotnetPublicAPI ) => {
Original file line number Diff line number Diff line change 8
8
9
9
<WasmShellNativeCompile Include =" $(MSBuildThisFileDirectory)test.cpp" />
10
10
<WasmShellNativeCompile Include =" $(MSBuildThisFileDirectory)test2.cpp" />
11
+
11
12
</ItemGroup >
12
13
13
14
<PropertyGroup >
14
15
<WasmShellEnableIDBFS >true</WasmShellEnableIDBFS >
16
+ <WasmShellLoadAllSatelliteResources >true</WasmShellLoadAllSatelliteResources >
15
17
</PropertyGroup >
16
18
17
19
<ItemGroup >
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ static void Main()
96
96
97
97
var satelliteValidation =
98
98
s1 == "Cannot find definition for {0}. Service Description with namespace {1} is missing."
99
- // TODO JELA
100
- // && s2 == "Impossible de localiser une définition pour {0}. Description du service manquante avec l'espace de noms {1}."
99
+ && s2 == "Impossible de localiser une définition pour {0}. Description du service manquante avec l'espace de noms {1}."
101
100
;
102
101
103
102
var res = $ "{ runtimeMode } ;" +
You can’t perform that action at this time.
0 commit comments