mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
recurse on lambda set in wasm backend
This commit is contained in:
parent
d6057eafb4
commit
de959d3ad3
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ const MIN_SECTION_ALIGNMENT: usize = 0x40;
|
|||
const PLT_ADDRESS_OFFSET: u64 = 0x10;
|
||||
|
||||
fn report_timing(label: &str, duration: Duration) {
|
||||
&println!("\t{:9.3} ms {}", duration.as_secs_f64() * 1000.0, label,);
|
||||
println!("\t{:9.3} ms {}", duration.as_secs_f64() * 1000.0, label,);
|
||||
}
|
||||
|
||||
pub fn build_app<'a>() -> App<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue