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
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 requested
0 commit comments