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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks/wasm
AgeCommit message (Expand)Author
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-03-29Disable JSC runs on WASM since it crashesAlexander Köplinger
2020-10-10Update readme (#20470)Maxim Lipnin
2020-09-21[wasm][debugger] Fix wasm compilation error on mono/mono (#20414)Thays Grazia
2020-09-10[interp] Remove dead basic blocks and merge adjacent ones (#20354)Vlad Brezae
2020-08-26[wasm][debugger] Merge dotnet/runtime to mono/mono (#20307)Thays Grazia
2020-08-15[wasm] Merge dotnet/runtime changes to mono/mono. (#20249)Thays Grazia
2020-08-15[wasm] Add extra-emcc-flags parameter to packager (#20220)Caleb Cornett
2020-08-14[wasm] Renaming debugger files. (#20244)Thays Grazia
2020-08-08[wasm] [debugger] Support Exception Break on Debugger (handled and unhandled)...monojenkins
2020-07-28[wasm] Use interp-only instead of interp-llvmonly as the default execution mo...Zoltan Varga
2020-07-21Bump emscripten to 1.39.20. (#20143)Zoltan Varga
2020-07-11[wasm][debugger] Fix `callFunctionOn`+`silent` arg behavior (#20044)Ankit Jain
2020-07-09[wasm] Fix the build. (#20085)Zoltan Varga
2020-07-08[wasm][debugger] DebugDirectoryEntryType = Reproducible means that has debug ...Thays Grazia
2020-07-08[wasm] Implement support for pinvoke callbacks in the interpeter. (#20076)Zoltan Varga
2020-07-07[wasm][debugger] Add support for deref'ing pointers (#19760)Ankit Jain
2020-07-06[wasm][debugger] Don't download unnecessary assemblies to DebugProxy (#20032)Thays Grazia
2020-07-02Fix sdk/wasm/.gitignore to not-ignore the DebuggerTestSuite directory. (#20058)Martin Baulig
2020-06-27Re-enable verbose and trace logging in debug proxy (#19926)Safia Abdalla
2020-06-26[wasm] Fix package update scripts for local buildsTammy Qiu
2020-06-26[wasm] Use -emit-llvm instead of the obsolete -s WASM_OBJECT_FILES=0 option. ...Zoltan Varga
2020-06-25[wasm] Remove obsolete --llvm-lto 1 argument, lto is already enabled when -s ...Zoltan Varga
2020-06-23Remove xml from download-packages.ps1Tammy Qiu
2020-06-23[wasm] Use wasm-opt --strip-dwarf instead of wasm-strip which is missing from...Zoltan Varga
2020-06-23Fix package update scripts for local buildsTammy Qiu
2020-06-19assume double numbers (#19714)Larry Ewing
2020-06-19Fix readme and sample.html. (#19988)Thays Grazia
2020-06-10[wasm] Fix marshalling of pointer types. (#19946)Zoltan Varga
2020-06-08[wasm] comment out steps updating local mono repotqiu8
2020-06-08[wasm] incorporate pr feedback & fix powershell scripttqiu8
2020-06-08[wasm] Update package update scripts to include debug proxyTammy Qiu
2020-06-05[wasm] Fix icall linking with netcore. (#19917)Zoltan Varga
2020-06-05[wasm] Link out the SR resource string code on netcore. (#19919)Zoltan Varga
2020-06-05[wasm] Print out the real stack trace when load_runtime () fails. (#19918)Zoltan Varga
2020-06-05[wasm] Make aot-profile/runtime.js work with different executables. (#19921)Zoltan Varga
2020-06-05[wasm] Fix the print-table.py script. (#19920)Zoltan Varga
2020-05-31[wasm] Fix netcore+aot support. (#19883)Zoltan Varga
2020-05-30[wasm] Print a warning in the pinvoke generator if multiple incompatible decl...Zoltan Varga
2020-05-30[wasm] Fix netcore support in the packager. (#19881)Zoltan Varga
2020-05-28[wasm] Fix packager not emitting debug symbols when ninja is enabled (#19863)Jérôme Laban
2020-05-27[wasm] Include the pinvoke table into a separate file, so the generated decla...Zoltan Varga
2020-05-27[wasm] Add more runtime debugging docs. (#19850)Zoltan Varga
2020-05-26[wasm] Remove obsolete emscripten options. (#19844)Zoltan Varga
2020-05-23[wasm] Avoid overwriting the pinvoke table if not changed. (#19833)Zoltan Varga
2020-05-22[wasm] Preserve UnmanagedFunctionPointerAttribute. (#19829)Zoltan Varga
2020-05-22[wasm][debugger] Allow invoking property getters for objects (#19726)Ankit Jain
2020-05-18[wasm][debugger][tests] Allow overriding which browser to use (#19769)Ankit Jain
2020-05-14[wasm][debugger] Clear valuetypes cache on Debugger.resume (#19778)Ankit Jain
2020-05-14[wasm][debugger][tests] Rework SetBreakpointInMethod, to get the (#19771)Ankit Jain