Skip to content

Commit 5c4c7ab

Browse files
committed
cleanup
1 parent 925609b commit 5c4c7ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/native/corehost/browserhost/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Implements native part of the CoreCLR host and exposes it as an internal JavaScr
1717
It 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`

src/native/corehost/browserhost/loader/bootstrap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)