mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
pass a pointer width of 4 to wasm test gen
This commit is contained in:
parent
f90f5a4bdd
commit
2d4e6b414c
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue