Dashboard › opencode-lore › bundle.ts ORT pthread path
01a0acd0-7e61-709c-95e7-1cab7bc72a29Trap: shipping unpatched ort-wasm-simd-threaded.mjs appears Node-safe, but only because embedding-worker.ts forces numThreads=1. Increasing it makes ONNX Runtime Web reach the pthread path and call new Worker(...), which crashes where no global Worker exists. Fix: keep single-thread execution, or patch the copied module exactly as build-binary-sea does before increasing numThreads.