Skip to content

test: add WASI test for file resizing

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

This commit adds a WASI test to cover the following functions:

  • __wasi_fd_filestat_set_size()
  • __wasi_fd_tell()
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