| ... | @@ -388,7 +388,7 @@ pub fn args() ArgIterator { | ... | @@ -388,7 +388,7 @@ pub fn args() ArgIterator { |
| 388 | } | 388 | } |
| 389 | | 389 | |
| 390 | /// Caller must call argsFree on result. | 390 | /// Caller must call argsFree on result. |
| 391 | pub fn argsAlloc(allocator: *mem.Allocator) ![]const []u8 { | 391 | pub fn argsAlloc(allocator: *mem.Allocator) ![][]u8 { |
| 392 | if (builtin.os == .wasi) { | 392 | if (builtin.os == .wasi) { |
| 393 | var count: usize = undefined; | 393 | var count: usize = undefined; |
| 394 | var buf_size: usize = undefined; | 394 | var buf_size: usize = undefined; |