Skip to content

[browser] host improvements #120226

@pavelsavara

Description

@pavelsavara

src\native\corehost\browserhost\CMakeLists.txt:
78: # WASM-TODO -emit-llvm
79: # WASM-TODO --source-map-base http://microsoft.com

src\native\corehost\browserhost\loader\bootstrap.ts:
24: // WASM-TODO: load icu data
25: // WASM-TODO: invokeLibraryInitializers
26: // WASM-TODO: webCIL
27: // WASM-TODO: downloadOnly - blazor render mode auto pre-download. Really no start.
37: // WASM-TODO fetchWasm(config.resources.wasmNative[0]);// start loading early, no await

src\native\corehost\browserhost\loader\exit.ts:
7: // WASM-TODO: redirect to host.ts

src\native\libs\System.Native.Browser\utils\host.ts:
exit
7: // WASM-TODO: take ideas from Mono

src\native\corehost\browserhost\loader\logging.ts:
4: // WASM-TODO: inline the code

src\native\corehost\browserhost\loader\polyfills.ts:
62: // WASM-TODO: performance polyfill for V8

src\native\corehost\browserhost\loader\promise-controller.ts:
9: // WASM-TODO: PromiseCompletionSource

src\native\corehost\browserhost\loader\run.ts:
16: // WASM-TODO: add more formal ccall wrapper like cwraps in Mono

src\native\libs\System.Native.Browser\CMakeLists.txt:
52: # WASM-TODO get dotnet ProductVersion from MSBuild
56: # WASM-TODO get ContinuousIntegrationBuild from MSBuild
70: # WASM-TODO fixme: make this incremental

src\native\libs\System.Native.Browser\utils\memory.ts:
95: throw new Error("WASM-TODO");
177: throw new Error("WASM-TODO");
185: throw new Error("WASM-TODO");

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions