| ... | ... | @@ -3069,7 +3069,6 @@ pub fn selfExePath(out_buffer: []u8) SelfExePathError![]u8 { |
| 3069 | 3069 | const pathname_w = try os.windows.wToPrefixedFileW(null, image_path_name); |
| 3070 | 3070 | return std.fs.cwd().realpathW(pathname_w.span(), out_buffer); |
| 3071 | 3071 | }, |
| 3072 | | .wasi => @compileError("std.fs.selfExePath not supported for WASI. Use std.fs.selfExePathAlloc instead."), |
| 3073 | 3072 | else => @compileError("std.fs.selfExePath not supported for this target"), |
| 3074 | 3073 | } |
| 3075 | 3074 | } |