pass a pointer width of 4 to wasm test gen

This commit is contained in:
Folkert 2021-11-21 21:37:15 +01:00
parent f90f5a4bdd
commit 2d4e6b414c
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ use roc_types::subs::{Content, FlatType, StorageSubs, Subs, Variable, VariableSu
use std::collections::HashMap;
use ven_pretty::{BoxAllocator, DocAllocator, DocBuilder};
pub const PRETTY_PRINT_IR_SYMBOLS: bool = false;
pub const PRETTY_PRINT_IR_SYMBOLS: bool = true;
// if your changes cause this number to go down, great!
// please change it to the lower number.