Track wasmedge resources: time, gas, instructions, etc.
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 theend
signal has been sent; - add the
--enable-all-instructions
flag towasmedge
commands; - add some of the statistics as metadata
Bug: T360543
Edited by Cory Massaro