mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
Move VMOffset (and a few friends) to wasmer_types, and adapted compiler-singlepass to use it
This commit is contained in:
@ -30,8 +30,8 @@ use wasmer_compiler::{
|
||||
use wasmer_types::entity::{EntityRef, PrimaryMap};
|
||||
use wasmer_types::{
|
||||
FunctionIndex, FunctionType, LocalFunctionIndex, MemoryIndex, ModuleInfo, TableIndex, TrapCode,
|
||||
VMOffsets,
|
||||
};
|
||||
use wasmer_vm::VMOffsets;
|
||||
|
||||
/// A compiler that compiles a WebAssembly module with Singlepass.
|
||||
/// It does the compilation in one pass
|
||||
|
Reference in New Issue
Block a user