@@ -108,7 +108,7 @@ static pal::char_t buffer[STRING_LENGTH("0xffffffffffffffff")];
108108
109109extern  " C" int  browserHostInitializeCoreCLR (void )
110110{
111-     // TODOWASM : does getenv return UTF8 ?
111+     // WASM-TODO : does getenv return UTF8 ?
112112    pal::getenv (HOST_PROPERTY_APP_PATHS, &app_path);
113113    pal::getenv (HOST_PROPERTY_NATIVE_DLL_SEARCH_DIRECTORIES, &search_paths);
114114    pal::getenv (HOST_PROPERTY_TRUSTED_PLATFORM_ASSEMBLIES, &tpa);
@@ -142,7 +142,7 @@ extern "C" int browserHostInitializeCoreCLR(void)
142142    return  0 ;
143143}
144144
145- //  TODOWASM : browser needs async entrypoint
145+ //  WASM-TODO : browser needs async entrypoint
146146extern  " C" int  browserHostExecuteAssembly (const  char * assemblyPath)
147147{
148148    int  exit_code;
@@ -162,11 +162,11 @@ extern "C" int browserHostExecuteAssembly(const char* assemblyPath)
162162    {
163163        std::fprintf (stderr, " coreclr_shutdown_2 failed - Error: 0x%08x\n " 
164164        exit_code = -1 ;
165-         //  TODOWASM : this is too trivial
165+         //  WASM-TODO : this is too trivial
166166        browserHostRejectMain (" coreclr_shutdown_2 failed" 
167167    }
168168
169-     //  TODOWASM : this is too trivial
169+     //  WASM-TODO : this is too trivial
170170    //  because nothing runs continuations yet and also coreclr_execute_assembly is sync looping
171171    browserHostResolveMain (exit_code);
172172    return  retval;
0 commit comments