mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
Renamed wasmer_runtime to wasmer_vm
This commit is contained in:
@ -19,7 +19,7 @@ use wasmer_compiler::{
|
||||
ModuleTranslationState, Target,
|
||||
};
|
||||
use wasmer_compiler::{FunctionBody, FunctionBodyData};
|
||||
use wasmer_runtime::{ModuleInfo, TrapCode, VMOffsets};
|
||||
use wasmer_vm::{ModuleInfo, TrapCode, VMOffsets};
|
||||
|
||||
/// A compiler that compiles a WebAssembly module with Singlepass.
|
||||
/// It does the compilation in one pass
|
||||
|
Reference in New Issue
Block a user