Commit 1bfc047
committed
fix(onnxruntime): enable WASM threading to fix MLFloat16 build errors
- Add --enable_wasm_threads to ONNX Runtime build flags
- Fixes MLFloat16 missing methods (Negate, IsNegative, FromBits)
- Threading is safe for Node.js-only usage (no browser CORS concerns)
- Aligns with ONNX Runtime's recommended build path
- Resolves issue microsoft/onnxruntime#237691 parent 6c23c2e commit 1bfc047
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments