[browser][mt] Update memory views after growth, refactor string processing, fix Share...
authorIsabelle Santin <isabelle@chosenfewsoftware.com>
Sun, 28 May 2023 19:57:15 +0000 (14:57 -0500)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 19:57:15 +0000 (21:57 +0200)
commit5b8437d9f9e410bf672bb62d5371fdeb8931e5f1
treeb0e02cc21bfa1ed5cd02e4771d36347c14fa3634
parentd58754bcbd414461adfc5ffb8f2b6c89f078cd12
[browser][mt] Update memory views after growth, refactor string processing, fix SharedArrayBuffer detection (#86664)

Co-authored-by: pavelsavara <pavel.savara@gmail.com>
41 files changed:
src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Legacy.UnitTests/System/Runtime/InteropServices/JavaScript/MarshalTests.cs
src/mono/wasm/runtime/assets.ts
src/mono/wasm/runtime/debug.ts
src/mono/wasm/runtime/diagnostics/index.ts
src/mono/wasm/runtime/diagnostics/server_pthread/index.ts
src/mono/wasm/runtime/diagnostics/server_pthread/socket-connection.ts
src/mono/wasm/runtime/dotnet.d.ts
src/mono/wasm/runtime/export-api.ts
src/mono/wasm/runtime/exports-internal.ts
src/mono/wasm/runtime/hybrid-globalization/change-case.ts
src/mono/wasm/runtime/hybrid-globalization/collations.ts
src/mono/wasm/runtime/hybrid-globalization/normalization.ts
src/mono/wasm/runtime/invoke-cs.ts
src/mono/wasm/runtime/invoke-js.ts
src/mono/wasm/runtime/jiterpreter-interp-entry.ts
src/mono/wasm/runtime/jiterpreter-jit-call.ts
src/mono/wasm/runtime/jiterpreter-opcodes.ts
src/mono/wasm/runtime/jiterpreter-support.ts
src/mono/wasm/runtime/jiterpreter-trace-generator.ts
src/mono/wasm/runtime/jiterpreter.ts
src/mono/wasm/runtime/logging.ts
src/mono/wasm/runtime/marshal-to-cs.ts
src/mono/wasm/runtime/marshal-to-js.ts
src/mono/wasm/runtime/marshal.ts
src/mono/wasm/runtime/memory.ts
src/mono/wasm/runtime/net6-legacy/buffers.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/net6-legacy/strings.ts [new file with mode: 0644]
src/mono/wasm/runtime/profiler.ts
src/mono/wasm/runtime/roots.ts
src/mono/wasm/runtime/snapshot.ts
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/strings.ts
src/mono/wasm/runtime/types/emscripten.ts
src/mono/wasm/runtime/types/index.ts
src/mono/wasm/runtime/web-socket.ts
src/mono/wasm/wasm.proj