mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 20:26:32 +00:00
Readjust where things are exported in the new API
This commit is contained in:
@ -18,9 +18,10 @@ use std::{
|
||||
sync::Arc,
|
||||
};
|
||||
use wasmer::import::{ImportObject, ImportObjectIterator};
|
||||
use wasmer::wasm::{Ctx, FuncSig, Global, Memory, Module, Table, Type};
|
||||
use wasmer::vm::Ctx;
|
||||
use wasmer::wasm::{Export, FuncSig, Global, Memory, Module, Table, Type};
|
||||
use wasmer_runtime_core::{
|
||||
export::{Context, Export, FuncPointer},
|
||||
export::{Context, FuncPointer},
|
||||
module::ImportName,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user