Commit e0fa75a
committed
feat(file-ops): add debug logging to verify AOT usage
Added FILE_OPS_DEBUG environment variable support to help verify
that AOT artifacts are being used correctly.
Debug output shows:
- Platform detection (e.g., darwin_arm64)
- AOT artifact path resolution
- Whether AOT or fallback WASM is used
Usage:
FILE_OPS_DEBUG=1 bazel-bin/tools/file_ops_external/file_ops_external config.json
Verified in testing:
- AOT artifacts extracted correctly for all 6 platforms
- Platform detection working (darwin_arm64 detected)
- AOT artifact used by default (not fallback)
- File operations complete successfully with AOT
- Embedded fallback still works when requested1 parent b5383a6 commit e0fa75a
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
0 commit comments