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
2020-04-04[wasm] Wasm TimeZoneInfo implementation VFS (#17760)Kenneth Pouncey
2020-04-04[wasm][debugger] Improve array visualization (#19424)Ankit Jain
2020-04-04[debugger][wasm] Implement evaluate in wasm debugger. (#19432)Thays Grazia
2020-04-03[wasm] Avoid including config.make into wasm/Makefile, its generated by one o...Zoltan Varga
2020-04-03Fix Mono WebAssembly regression on Firefox (#19420)Steve Sanderson
2020-04-02[wasm][debugger] don't try to process commands sessions without context (#19394)Larry Ewing
2020-04-02[wasm][README] WASM Dynamic Runtime doc (#19416)Kenneth Pouncey
2020-04-02[wasm][debugger] Add support for visualizing valuetypes (#19232)Ankit Jain
2020-03-31Document threading setup for webassembly build (#19341)Kenneth Pouncey
2020-03-30[Wasm] Fix string_decoder when running with threading enabled (#19355)Jérôme Laban
2020-03-29[wasm][sdk] fix output files (#19360)Larry Ewing
2020-03-29[wasm] Fix threads support in the packager. (#19359)Zoltan Varga
2020-03-29[wasm] Bump emscripten to 1.39.11. (#19342)Zoltan Varga
2020-03-27[wasm][tests] Cleanup browser tests (#19325)Kenneth Pouncey
2020-03-27[wasm][sdk] Remove Required attribute from Bindings Directory. (#19326)Kenneth Pouncey
2020-03-26[wasm] Build aot-hello using --nobinding. (#19331)Zoltan Varga
2020-03-26[wasm][debugger]: Correctly handle null sessionId. (#19327)Martin Baulig
2020-03-26[wasm][debugger]: Move some of the internal helper classes into a separate fi...Martin Baulig
2020-03-26[wasm] Add make target to clean the framework directory (#19316)Kenneth Pouncey
2020-03-26[wasm][bindings] Remove typedarray length validation (#19315)Kenneth Pouncey
2020-03-25[wasm][sdk] Add functionality to override the bindings framework location (#1...Kenneth Pouncey
2020-03-20[wasm] WasmHttpMessageHandler abort connection when response or response cont...campersau
2020-03-17[wasm] cleanup npm/node install. (#19244)Kenneth Pouncey
2020-03-14[wasm] Add a sample for collecting coverage data. (#19223)Zoltan Varga
2020-03-13[wasm][debugger] Continue SS after leaving managed code (#19140)Thays Grazia
2020-03-13[wasm][tests] be slightly more careful looking for the connection string (#19...Larry Ewing
2020-03-13[wasm][bindings] rework argument marshalling in call_method (#19150)Larry Ewing
2020-03-13[wasm][bindings] clean up symbol resolution (#19149)Larry Ewing
2020-03-13[wasm][websocket] Buffer writes when endOfMessage == false (#19185)Larry Ewing
2020-03-12[wasm] Add some makefile dependencies. (#19193)Zoltan Varga
2020-03-11[wasm][benchmarks] Add --wasm-package to bench runner to consume package buil...Larry Ewing
2020-03-11[wasm][packager] add option to pull from a different runtime directory (#19178)Larry Ewing
2020-03-10[wasm][standalone-benchmarks] Support mac (#19175)Larry Ewing
2020-03-09[wasm] Convert MonoString to string without utf8 intermediate (#19156)Larry Ewing
2020-03-09[wasm] remove m_strdup (#19158)Larry Ewing
2020-03-06[wasm][debugger] Hash messages and sessions directly (#19128)Larry Ewing
2020-03-05[wasm][debugger] Check runtime state before attempting to resolve breakpoints...Larry Ewing
2020-03-05[wasm][debugger] Rework breakpointRequest handling across sessions (#19113)Larry Ewing
2020-03-02[wasm] Allow SIMD only in netcore mode. (#19087)Zoltan Varga
2020-02-29[wasm] Pass --exclude-feature deserialization to the linker. (#19031)Zoltan Varga
2020-02-27[wasm][debugger] use console.debug to signal runtime init (#19057)Larry Ewing
2020-02-27[wasm][debugger] allow stepping out of c# (#19059)Larry Ewing
2020-02-27[wasm][debugger] Always pass failed breakpoint requests to target (#19053)Larry Ewing
2020-02-27[wasm][debugger] Show the typename for valuetypes (#19046)Ankit Jain
2020-02-27[wasm][debugger] clean up scriptid parsing (#19052)Larry Ewing
2020-02-27[wasm][debugger] Since System.Url normalizes the path sep also try to match o...Larry Ewing
2020-02-26Debug proxy updates (#19026)Steve Sanderson
2020-02-26Merge pull request #19035 from radical/async-local-fixesAnkit Jain
2020-02-26[wasm] Improve error handling in the packager. (#19037)Zoltan Varga
2020-02-26Add basic set of standalone benchmarks for wasm (#18977)Katelyn Gadd