File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/native/corehost/browserhost Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Implements native part of the CoreCLR host and exposes it as an internal JavaScr
1717It is ** Emscripten application** statically linked from libraries.
1818
1919- ` libSystem.Native.Browser.js ` linked -> ` dotnet.native.js `
20- - ` libSystem.Native.Browser.Utils.footer. js ` linked -> ` dotnet.native.js `
20+ - ` libSystem.Native.Browser.Utils.js ` linked -> ` dotnet.native.js `
2121- ` libSystem.Runtime.InteropServices.JavaScript.Native.js ` linked -> ` dotnet.native.js `
2222- ` libSystem.Native.Browser.a ` linked -> ` dotnet.native.wasm `
2323- ` libSystem.Runtime.InteropServices.JavaScript.Native.a ` linked -> ` dotnet.native.wasm `
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export async function findResources(dotnet: DotnetHostBuilder): Promise<void> {
8585 runtimeConfig = JSON . parse ( json ) ;
8686 }
8787 const icus = files
88- // TODO-WASM: webCIL
8988 . filter ( file => file . startsWith ( "icudt" ) && file . endsWith ( ".dat" ) )
9089 . map ( filename => {
9190 // filename without path
You can’t perform that action at this time.
0 commit comments