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-08-20Remove AES and SubtleCrypto from WASM (#74165) (#74246)Eric Erhardt
2022-08-15[wasm] cleanup testing and host support in templatest and tests (#73785)Pavel Savara
2022-08-14[wasm-mt] Use asset loading for dotnet.worker.js; update WasmAppBuilder (#73697)Aleksey Kliger (λgeek)
2022-08-09[wasm] asset loading for workers (#73484)Pavel Savara
2022-08-04[wasm] deprecate legacy JS API and propose new (#73068)Pavel Savara
2022-07-28[wasm] remove support for CommonJS (#72865)Pavel Savara
2022-06-24[wasm] Switch default modules to es6 (#70746)Pavel Savara
2022-05-25[wasm] First attempt at a wasm app host (#68696)Ankit Jain
2022-02-24[wasm] Use `--emit-symbol-map` to generate a `dotnet.js.symbols` (#65162)Ankit Jain
2022-01-07Convert JIT/Methodical/Array/range Pri0 tests and hook up mobile testing (#62...Jeremy Koritzinsky
2021-12-16[wasm] Add support for running debugger tests CI (#62431)Ankit Jain
2021-12-10[wasm] Allow the main.js file to keep it's name (#62576)Pavel Savara
2021-11-17[wasm] renames and cleanup before modularization (#61596)Pavel Savara
2021-11-10[wasm] Build improvements (#61276)Ankit Jain
2021-11-02[wasm] Re-enable source generator tests failing due to OOM (#60701)Ankit Jain
2021-10-05Seal internal types in runtime tasks (#59935)Newell Clark
2021-09-17[wasm] Add support for native relinking after Build, and… (#59153)Ankit Jain
2021-08-17[wasm] Add incremental build support (#57113)Ankit Jain
2021-06-23[wasm] Compile .bc->.o in parallel, before passing to the linker (#54053)Ankit Jain
2021-06-22[wasm] Collect, and process satellite assemblies automatically (#53656)Ankit Jain
2021-06-21[WASM] Converted mono-config.js to mono-config.json (#53606)Daniel Genkin
2021-05-01[wasm] Port additional fixes in #52078 main (#52125)Larry Ewing
2021-04-29[wasm] Build tasks for net472 also (#51959)Ankit Jain
2021-04-12[wasm][tests] Enable line numbers in stack traces (#50893)Ankit Jain
2021-01-26[wasm] WasmApp.targets: Separate `obj`, and `bin` parts of the build process ...Ankit Jain
2021-01-19[wasm] Some cleanup of targets, especially around profiler use (#46958)Ankit Jain
2021-01-13[wasm] Add support for AOT profiling, and add a `browser-profile` sample (#45...Tammy Qiu
2021-01-13[wasm] Simplify, and refactor `WasmApp.targets`, and wasm projects (#46772)Ankit Jain
2021-01-01Remove MainAssembly parameter from WasmAppBuilder (#46453)Mitchell Hwang
2020-12-15[wasm] Move Wasm app building targets to new WasmApp.targets (#45977)Ankit Jain
2020-12-10[wasm] Remove System.Reflection.MetadataLoadContext from WasmAppBuilder (#44751)Mitchell Hwang
2020-12-08Move msbuild tasks into src folder and delete dead code (#45722)Viktor Hofer