Commit 2d2c631
committed
Enable WASI threads and thread manager with shared-memory
When shared-memory is enabled, also enable WAMR_BUILD_LIB_WASI_THREADS
and WAMR_BUILD_THREAD_MGR since shared memory requires thread support.
Also propagate WAMR_DISABLE_STACK_HW_BOUND_CHECK alongside the existing
WAMR_DISABLE_HW_BOUND_CHECK to avoid signal handler conflicts with GPU
drivers and other runtimes.1 parent d1a2599 commit 2d2c631
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments