Skip to content

wasi: simplify WASI memory management

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

This commit migrates the WASI C++ code from UncheckedCalloc() to std::vectors. Should help with code coverage as well.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading