wasm: refactor to prepare for HigherOrder calls

This commit is contained in:
Brian Carroll 2022-03-23 22:25:52 +00:00
parent 19c02aa087
commit 448140d223
4 changed files with 49 additions and 11 deletions

View file

@ -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);
}
}