Skip to content

Commit 2125ac5

Browse files
authored
Add more WASM Substitutions (#37744)
* Add more WASM Substitutions * Remove internal method
1 parent 5ecab92 commit 2125ac5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<linker>
22
<assembly fullname="System.Private.CoreLib">
33
<type fullname="System.Numerics.Vector">
4-
<method signature="System.Boolean get_IsHardwareAccelerated()" body="stub" value="false" />
4+
<method signature="System.Boolean get_IsHardwareAccelerated()" body="stub" value="false" />
5+
</type>
6+
<type fullname="System.Environment">
7+
<method signature="System.Int32 get_ProcessorCount()" body="stub" value="1" />
8+
</type>
9+
<type fullname="System.Runtime.CompilerServices.RuntimeFeature">
10+
<method signature="System.Boolean get_IsDynamicCodeCompiled()" body="stub" value="false" />
511
</type>
612
</assembly>
713
</linker>

0 commit comments

Comments
 (0)