mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
test_gen: create a debug flag to print wasm interpreter log
This commit is contained in:
parent
6cc270241e
commit
b80278fe48
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue