---
name: 🐛 Bug Report
about: Report a bug or unexpected behavior
title: "[Bug]: "
labels: bug
assignees: ""
---

## Bug Description

A clear and concise description of the bug.

## Environment

- **wasm-spatial-core version**:
- **Browser** (name + version):
- **OS**:
- **Build target**: single-thread / multi-thread
- **Node.js version** (if using Node):

## Steps to Reproduce

```js
// Code that triggers the bug
```

## Expected Behavior

What did you expect to happen?

## Actual Behavior

What actually happened? Include error messages, console output, or screenshots.

## Additional Context

- Does the bug occur with the default `wasm-pack build`, or only with custom features?
- Any relevant input data (GeoJSON sample, LAS file)?
- Did this work in a previous version?
