[browser] threads & js cleanup (#86278)
authorPavel Savara <pavel.savara@gmail.com>
Thu, 25 May 2023 09:28:47 +0000 (11:28 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 09:28:47 +0000 (11:28 +0200)
commitdf9ad0b28231c5fb77088cf736dfb8c858e78933
treefee61ee42e2127aeee089ced177e46c545dfed48
parent177fd7f6e92610ce23394dac3f0e08f84fbdaf6b
[browser] threads & js cleanup (#86278)
33 files changed:
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSSynchronizationContext.cs
src/mono/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Mono.cs
src/mono/System.Private.CoreLib/src/System/Threading/TimerQueue.Browser.Mono.cs
src/mono/mono/metadata/gc.c
src/mono/mono/metadata/sgen-mono.c
src/mono/mono/mini/mini-wasm.c
src/mono/mono/mini/mini-wasm.h
src/mono/mono/utils/mono-threads-wasm.c
src/mono/mono/utils/mono-threads-wasm.h
src/mono/mono/utils/mono-threads.c
src/mono/mono/utils/mono-threads.h
src/mono/sample/wasm/browser-threads-minimal/Program.cs
src/mono/sample/wasm/browser-threads-minimal/fetchhelper.js
src/mono/sample/wasm/browser-threads-minimal/main.js
src/mono/wasm/runtime/corebindings.c
src/mono/wasm/runtime/cwraps.ts
src/mono/wasm/runtime/es6/dotnet.es6.lib.js
src/mono/wasm/runtime/exports-linker.ts
src/mono/wasm/runtime/invoke-cs.ts
src/mono/wasm/runtime/invoke-js.ts
src/mono/wasm/runtime/loader/worker.ts
src/mono/wasm/runtime/managed-exports.ts
src/mono/wasm/runtime/net6-legacy/cs-to-js.ts
src/mono/wasm/runtime/net6-legacy/exports-legacy.ts
src/mono/wasm/runtime/net6-legacy/js-to-cs.ts
src/mono/wasm/runtime/net6-legacy/method-binding.ts
src/mono/wasm/runtime/net6-legacy/method-calls.ts
src/mono/wasm/runtime/pthreads/shared/index.ts
src/mono/wasm/runtime/scheduling.ts
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/strings.ts
src/mono/wasm/threads.md
src/mono/wasm/wasm.proj