mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Remove Artifact trait
In favor of using UniversalArtifact everywhere
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::sys::{MemoryType, Pages, TableType};
|
||||
use std::ptr::NonNull;
|
||||
use target_lexicon::PointerWidth;
|
||||
use wasmer_compiler::{Target, Tunables};
|
||||
use wasmer_compiler::Tunables;
|
||||
use wasmer_types::{PointerWidth, Target};
|
||||
use wasmer_vm::MemoryError;
|
||||
use wasmer_vm::{
|
||||
MemoryStyle, TableStyle, VMMemory, VMMemoryDefinition, VMTable, VMTableDefinition,
|
||||
|
||||
Reference in New Issue
Block a user