Commit ac092cf
authored
[wasm-mt] Additional build fixes (#75297)
Foward port changes from `release/7.0` #75171
that were not included in `main` #75162
- when building the InteropServices.JavaScript library, enable
threading if MonoWasmBuildVariant is set appropriately. One
consequence is that the runtime will (correctly) install the browser
synchronization context on the main thread.
- for workload build testing, unset MonoWasmBuildVariant when creating
the non-threaded runtime1 parent 9139730 commit ac092cf
File tree
2 files changed
+2
-2
lines changed- eng/testing
- src/libraries/System.Runtime.InteropServices.JavaScript/src
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments