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
fix: use absolute path for wasmtime WASI directory mapping
- Change --dir=. to --dir=$PWD_PATH for proper WASI sandbox access
- Fixes 'errno 2' file not found errors in regression detection
- WASI sandboxing requires explicit absolute paths for directory access
- Update both baseline and PR benchmark commands
0 commit comments