mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 15:09:17 +00:00
Renamed wasmer_runtime to wasmer_vm
This commit is contained in:
@ -219,7 +219,7 @@ impl Compiler for CraneliftCompiler {
|
||||
.into_iter()
|
||||
.collect::<PrimaryMap<SignatureIndex, FunctionBody>>();
|
||||
|
||||
use wasmer_runtime::VMOffsets;
|
||||
use wasmer_vm::VMOffsets;
|
||||
let offsets = VMOffsets::new_for_trampolines(frontend_config.pointer_bytes());
|
||||
// dynamic function trampolines (only for imported functions)
|
||||
let dynamic_function_trampolines = module
|
||||
|
Reference in New Issue
Block a user