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-07-11[wasm] fix Debug configuration compilation (#71929)Radek Doulik
2022-07-10[wasm]: JavaScript interop with [JSImport] and [JSExport] attributes and Rosl...Pavel Savara
2022-07-10[wasm-mt] Fixup after Emscripten 3.1.12 bump (#71893)Aleksey Kliger (λgeek)
2022-07-09Enable Rfc2898DeriveBytes on Browser WASM (#71768)Eric Erhardt
2022-07-09Add an Azure NPM registry (#71393)Andy Gocke
2022-07-08[wasm] fix V8 events (#71834)Pavel Savara
2022-07-07Better error handling in SubtleCrypto workers (#71693)Eric Erhardt
2022-07-06Use crypto.subtle for AES on Browser WASM (#71501)Eric Erhardt
2022-07-02[wasm] Don't pollute VS Code TS suggestions with node (#71540)Aleksey Kliger (λgeek)
2022-07-01[wasm-mt] Add MessageChannel between browser thread and new pthreads (#70908)Aleksey Kliger (λgeek)
2022-07-01[wasm] Clean up debugger tests output (#71483)Ankit Jain
2022-06-30[wasm] Preparation for public API in System.Runtime.InteropServices.JavaScrip...Pavel Savara
2022-06-24[wasm][debugger] Fixing entrypoint breakpoint on release mode. (#71235)Thays Grazia
2022-06-24[wasm] Switch default modules to es6 (#70746)Pavel Savara
2022-06-22Use crypto.subtle for HMAC on Browser WASM (#70745)Eric Erhardt
2022-06-21[wasm] Migrate to ref/out param while reading data from typed array (#70823)Marek Fišera
2022-06-14[wasm][debugger] Implement get bytes from loaded_files using debugger protoco...Thays Grazia
2022-06-14[wasm] Make runtime_is_initialized promise callbacks one-shot (#70694)Aleksey Kliger (λgeek)
2022-06-14[wasm] Fix Debug configuration builds (#70683)Aleksey Kliger (λgeek)
2022-06-10[wasm] Add infrastructure for building WebWorkers (#70220)Aleksey Kliger (λgeek)
2022-06-08[wasm] Add legs to build wasm with internal threads only and full threading e...Steve Pfister
2022-06-07Fix race condition in WASM crypto worker (#70185)Eric Erhardt
2022-06-06[wasm][debugger]Fix entrypoint breakpoint when it's an async method (#69856)Thays Grazia
2022-06-06[wasm] Initial SIMD support (#70086)Radek Doulik
2022-06-02[wasm] Add support for symbolicating traces via XHarness (#66226)Ankit Jain
2022-06-02[wasm-ep] Implement EventSource counters support; add an EventPipeSessionOpti...Aleksey Kliger (λgeek)
2022-05-30[wasm] Process WebSocket connection errors on NodeJS (#69858)Marek Fišera
2022-05-28[MONO] Factor marshal-lightweight out of marshal-ilgen (#69208)Nathan Ricci
2022-05-25Reimplement I52/U52 in C, clean up and optimize range checks (#69624)Katelyn Gadd
2022-05-25[wasm] Consolidate interop tables generators (#69620)Marek Fišera
2022-05-25[wasm] fix negative scenarios (#69742)Pavel Savara
2022-05-25Use SubtleCrypto API on browser DOM scenarios (#65966)Layomi Akinrinade
2022-05-24Switch from malloc to stackAlloc for bindings invokes and optimize themKatelyn Gadd
2022-05-23Fix typos (#69537)Adeel Mujahid
2022-05-22[wasm-mt] Add coop GC transitions to various EMSCRIPTEN_KEEPALIVE functions; ...Aleksey Kliger (λgeek)
2022-05-20[wasm] improve memory access and marshaling range checks (#64845)Pavel Savara
2022-05-19[wasm-ep] Minimal diagnostic tracing configuration and sample (#69158)Aleksey Kliger (λgeek)
2022-05-18[wasm] Give is_nullish() a type guard type (#69473)Aleksey Kliger (λgeek)
2022-05-17Wasm conditional audit + remove CompileFunction (#69283)Katelyn Gadd
2022-05-13[wasm] Misc debugger improvements (#68988)Ankit Jain
2022-05-10fix(wasm): Discriminate satellite assemblies loading based on culture (#68195)Jérôme Laban
2022-04-29Fixing firefox implementation to avoid this warning: "Addind an id that alrea...Thays Grazia
2022-04-29[wasm] Migrate rest of the JS interop functions to out params (#68642)Marek Fišera
2022-04-26[wasm][debugger] Debug on firefox (#61776)Thays Grazia
2022-04-26[mono] merge wasm-threading-eventpipe into main (#68232)Aleksey Kliger (λgeek)
2022-04-15[mono] Cleanup assembly loading (#67984)Alexander Köplinger
2022-04-06Introduce write barriers in wasm bindings, migrate to ref/out params, add gc ...Katelyn Gadd
2022-03-29[wasm] Dead code removal, minor fixes (#66418)Pavel Savara
2022-03-29feat: Add support for emscripten module exports (#66868)Jérôme Laban
2022-03-29Perform type/layout verification on some mono-config elements to avoid silent...Katelyn Gadd