Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 870fa3c

Browse files
authored
Merge branch 'main' into riscv-emit-output-instr-refactor
2 parents d1dfaf1 + 813ff97 commit 870fa3c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/mono/wasm/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information, see [SharedArrayBuffer security requirements](https://deve
3131

3232
JavaScript interop with managed code via `[JSExport]`/`[JSImport]` is currently limited to the main thread even if multi-threading support is enabled.
3333

34-
Blocking on the main thread with operations like `Task.Wait` or `Monitor.Enter` is not supported by browsers and very dangerous. The work on the proper design for this still in progress.
34+
Blocking on the main thread with operations like `Task.Wait` or `Monitor.Enter` are not supported by browsers and are very dangerous. The work on the proper design for this is still in progress.
3535

3636
### SIMD - Single instruction, multiple data
3737
WebAssembly SIMD provides significant performance improvements for operations on spans, strings, vectors and arrays. This feature requires a somewhat recent browser and may also not be supported by older hardware. It is currently enabled by default.

src/tests/issues.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,9 +2531,6 @@
25312531
<ExcludeList Include="$(XunitTestBinBase)/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly/**">
25322532
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
25332533
</ExcludeList>
2534-
<ExcludeList Include="$(XunitTestBinBase)/Interop/UnmanagedCallersOnlyBasic/UnmanagedCallersOnlyBasicTest/**">
2535-
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
2536-
</ExcludeList>
25372534
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Primitives/Pointer/NonBlittablePointer/**">
25382535
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
25392536
</ExcludeList>

0 commit comments

Comments
 (0)