mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
wasm: refactor to prepare for HigherOrder calls
This commit is contained in:
parent
19c02aa087
commit
448140d223
4 changed files with 49 additions and 11 deletions
|
@ -134,7 +134,7 @@ pub fn build_module_without_wrapper<'a>(
|
|||
println!("## procs");
|
||||
for proc in procs.iter() {
|
||||
println!("{}", proc.to_pretty(200));
|
||||
// println!("{:#?}", proc);
|
||||
// println!("{:?}", proc);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue