test_gen: create a debug flag to print wasm interpreter log

This commit is contained in:
Brian Carroll 2022-12-12 08:51:08 +00:00
parent 6cc270241e
commit b80278fe48
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
2 changed files with 5 additions and 2 deletions

View file

@ -153,6 +153,9 @@ flags! {
/// Writes a `final.wasm` file to /tmp
ROC_WRITE_FINAL_WASM
/// Prints Wasm interpreter debug log in test_gen
ROC_LOG_WASM_INTERP
// ===Load===
/// Print load phases as they complete.