Skip to content

test: add tests for main() argument handling

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/wasi-args into master

This test provides missing coverage for __wasi_args_get() and __wasi_args_sizes_get(), which translate to argc and argv in WASI applications.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading