@kexi/vibe-native 0.22.1 → 0.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,6 +143,12 @@ try {
|
|
|
143
143
|
- **Btrfs** or **XFS** (with reflink support) is required
|
|
144
144
|
- ext4 and other filesystems will return `EOPNOTSUPP`
|
|
145
145
|
|
|
146
|
+
## Release Binary Embedding
|
|
147
|
+
|
|
148
|
+
When building release binaries with `bun build --compile`, the `.node` files are automatically embedded into Bun's `$bunfs` virtual filesystem. This ensures that Homebrew and other compiled distributions include native CoW cloning support without requiring separate native module installation.
|
|
149
|
+
|
|
150
|
+
The CI release workflows build native modules for all supported platforms before compiling the binary.
|
|
151
|
+
|
|
146
152
|
## Building from Source
|
|
147
153
|
|
|
148
154
|
```bash
|