esbuild-WASM 设置的内存限制导致在将具有大依赖关系的 TypeScript 处理器打包时出现 RangeError: Invalid array length
作者: mmakwanaCertinia创建于 2026年4月22日更新于 2026年4月22日
Describe the bug
When a TypeScript processor imports packages with large transitive dependency trees, Artillery's use of esbuild-WASM to bundle the processor fails with RangeError: Invalid array length. This is a hard memory ceiling imposed by the WebAssembly linear memory model — it is not a problem with the user's code or dependencies.
内容来源: artilleryio/artillery