Skip to content

Track wasmedge resources: time, gas, instructions, etc.

Cory Massaro requested to merge apine-track-wasmedge-resources into main

Summary of changes:

  • abstract out the functions to accumulate data in stdoutQueue, debugLog, etc., and move that functionality to the base class;
  • create a similar function to parse stdout data AFTER the end signal has been sent;
  • add the --enable-all-instructions flag to wasmedge commands;
  • add some of the statistics as metadata

Bug: T360543

Edited by Cory Massaro

Merge request reports