You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This library is still evolving and the API is not stable. Backward incompatible changes may be introduced up until the 1.0 release. Consider pinning to a specific commit or tag if you need stability.
268
268
269
+
## 🔧 Build Configuration
270
+
271
+
### Vector Size
272
+
By default, luaz is built with 4-component vectors. To customize:
273
+
```bash
274
+
zig build -Dvector-size=3 # Build with 3-component vectors
275
+
```
276
+
269
277
## 🛠️ Using Luau Tools
270
278
271
279
The build system provides prebuilt Luau tools that can be invoked directly:
0 commit comments