Moved LibCall enum to wasmer_types, and compiler is no longer dependant of wasmer_vm

This commit is contained in:
ptitSeb
2022-03-23 14:00:53 +01:00
parent e745ceab7a
commit 3d7ae9e21f
11 changed files with 210 additions and 209 deletions

View File

@@ -56,6 +56,7 @@ pub use crate::vmcontext::{
VMTrampoline,
};
use loupe::MemoryUsage;
pub use wasmer_types::LibCall;
pub use wasmer_types::TableStyle;
#[deprecated(
since = "2.1.0",