Commit 8f48741
committed
Disallow -sWASM_WORKERS with sanitizers
Back in emscripten-core#21701 I broke move the creation of wasmOffsetConvert and
wasmOffset into runtime_pthread.js but I didn't update
libwasm_worker.js which still uses the old name `wasmOffsetData` in its
initial post message.
When trying to update this just now I noticed that the offset converter
(and santiizers in general) don't seem to work on WASM_WORKERS so this
change simply disables them.1 parent cadac51 commit 8f48741
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 207 | | |
214 | 208 | | |
215 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1556 | 1556 | | |
1557 | 1557 | | |
1558 | 1558 | | |
| 1559 | + | |
| 1560 | + | |
1559 | 1561 | | |
1560 | 1562 | | |
1561 | 1563 | | |
| |||
0 commit comments