mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
This commit pulls WASI specific implementation of args extraction from the runtime from `process.argsAlloc` and `process.argsFree` into a new iterator struct `process.ArgIteratorWasi`. It also integrates the struct with platform-independent `process.ArgIterator`.