Execute a chained boolean pipeline in a single WASM call.
More efficient than sequential fuse/cut calls for long chains (e.g., 16-step
spiral staircase). Skips UnifySameDomain on intermediate results — only
simplifies the final shape.
Falls back to sequential operations when the C++ pipeline class is not
available in the WASM build.
Execute a chained boolean pipeline in a single WASM call.
More efficient than sequential fuse/cut calls for long chains (e.g., 16-step spiral staircase). Skips UnifySameDomain on intermediate results — only simplifies the final shape.
Falls back to sequential operations when the C++ pipeline class is not available in the WASM build.