Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-17[wasm][debugger] Fix incompatibility between runtime and nuget package (#66295)Thays Grazia
2022-03-11Add support for the new WASM Exception Handling feature (#66435)Zoltan Varga
2022-03-05[wasm] Add support for symbolicating native traces from JS, using a symbols f...Ankit Jain
2022-02-24[MonoAPI] Split type and function headers, add MONO_API_FUNCTION macro (#65446)Aleksey Kliger (λgeek)
2022-02-18[mono][wasm] Link the aot profiler into dotnet.wasm by default in debug mode....Zoltan Varga
2022-02-17[wasm] HTTP tests on NodeJS (#65303)Marek Fišera
2022-02-07[wasm][debugger] Fixing race condition (#64394)Thays Grazia
2022-02-04[wasm] pass ExitStatus when calling quit_ (#64734)Pavel Savara
2022-02-03[wasm] Emscripten 2.0.34 bump (#62499)Radek Doulik
2022-02-01[wasm][debugger] Set wasm debugger log level at execution time. (#64339)Thays Grazia
2022-01-29Use const enums in typescript since regular enums generate extremely bad code...Katelyn Gadd
2022-01-19- mono_wasm_new_external_root for roots on stack (#63997)Pavel Savara
2022-01-13[wasm] Emscripten uses `require` even when targeting ES6. This deals with the...Pavel Savara
2022-01-13[wasm] Load assets earlier (#63623)Pavel Savara
2022-01-09[wasm] Webpack & NextJS & TypeScript samples (#63335)Pavel Savara
2021-12-22[wasm] Tweak set timeout (#62898)Marek Fišera
2021-12-16[wasm] callback to make waiting on module load easier (#62904)Pavel Savara
2021-12-14[wasm] Make typescript and rollup build incremental (#62772)Pavel Savara
2021-12-14[wasm] Fix imports: require, exit, quit (#62712)Pavel Savara
2021-12-10[wasm] Decrease the startup ceremony (#62587)Pavel Savara
2021-12-10[wasm] Reduce number of calls to setTimer (#62433)Pavel Savara
2021-12-07only trigger compatibility mode when usage and configuration are global (#62488)Pavel Savara
2021-12-07[wasm] load dotnet.js with import in tests (#62415)Pavel Savara
2021-12-06Disable Rollup warning for use of eval. (#62432)Marek Fišera
2021-12-06[wasm] benchmark sample modularized (#62395)Pavel Savara
2021-12-06force versioned dotnet.d.ts to always have unix style end of line (#62418)Pavel Savara
2021-12-02[Wasm] JS modularization (#61313)Pavel Savara
2021-11-25[wasm] debug with modularized runtime(s) (#61848)Pavel Savara
2021-11-18Reduce the output from tests. (#61593)Marek Fišera
2021-11-17[wasm] renames and cleanup before modularization (#61596)Pavel Savara
2021-11-16[wasm][debugger] View multidimensional array when debugging (#60983)Thays Grazia
2021-11-16[wasm] Rework fetch (#61639)Larry Ewing
2021-11-16[wasm] parallel asset loading (#61610)Pavel Savara
2021-11-10fix lint issue (#61433)Pavel Savara
2021-11-10Delete unused mono_unbox_int (#61384)Adeel Mujahid
2021-11-10Change WASM direct heap access to use helper functions (#61355)Katelyn Gadd
2021-11-05[wasm] Revert back to eval in wasm InvokeJS with modularization support . (#...Marek Fišera
2021-11-03[wasm] simplify startup configuration (#61072)Pavel Savara
2021-11-01[wasm][debugger] Fix debugging blazor app after ts changes. (#60873)Thays Grazia
2021-10-29[wasm] preparation for module encapsulation (#60928)Pavel Savara
2021-10-28Extract various changes from the invoke and custom marshaler PRs (#60877)Katelyn Gadd
2021-10-20[wasm] Change dotnet.wasm link optimization (#60633)Radek Doulik
2021-10-16string interpolation instead of concatenation (#60490)Pavel Savara
2021-10-14[wasm] rationalize internal exports (#60075)Pavel Savara
2021-10-08[wasm] Do not strip dotnet.wasm in Debug build (#60134)Radek Doulik
2021-10-07[wasm][debugger] Avoid using Uint8Array to set memory content (#60087)Thays Grazia
2021-10-06[wasm][debugger] Fix debug compilation using cmake (#60029)Thays Grazia
2021-10-05do not enforce windows end of line with lint (#60010)Pavel Savara
2021-10-05[wasm] missing lint fixes (#59969)Pavel Savara
2021-10-04[wasm] lint auto fix (#59928)Pavel Savara