feat: Use latest version of loupe.

This commit is contained in:
Ivan Enderlin
2021-03-22 11:38:25 +01:00
parent fc4637bfdb
commit 2afed4d813
38 changed files with 48 additions and 71 deletions

View File

@ -7,7 +7,7 @@ use crate::codegen_x64::{
CodegenError, FuncGen,
};
use crate::config::Singlepass;
use loupe_derive::MemoryUsage;
use loupe::MemoryUsage;
use rayon::prelude::{IntoParallelIterator, IntoParallelRefIterator, ParallelIterator};
use std::sync::Arc;
use wasmer_compiler::TrapInformation;