Moved TableStyle and MemoryStyle to wasmer-types (and compiler-single pass do not depend from vm anymore)

This commit is contained in:
ptitSeb
2022-03-23 09:55:08 +01:00
parent eb7ef52521
commit e745ceab7a
13 changed files with 123 additions and 117 deletions

View File

@ -315,7 +315,7 @@ mod tests {
use std::str::FromStr;
use target_lexicon::triple;
use wasmer_compiler::{CpuFeature, Features, Triple};
use wasmer_vm::{MemoryStyle, TableStyle};
use wasmer_types::{MemoryStyle, TableStyle};
fn dummy_compilation_ingredients<'a>() -> (
CompileModuleInfo,