- `caml_fp_srs_get_lagrange_basis` is disabled in the web worker spec (returns `WasmVector` which can't pass through the `SharedArrayBuffer` channel) - When a writable `Cache` is used in the browser worker context, the call crashes - Fix: wrap the two call sites in try-catch with fallback to `lagrangeCommitment()` for in-memory computation
caml_fp_srs_get_lagrange_basisis disabled in the web worker spec (returnsWasmVectorwhich can't pass through theSharedArrayBufferchannel)Cacheis used in the browser worker context, the call crasheslagrangeCommitment()for in-memory computation