mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
Moved TrapCode enum to wasmer_types, and adapted compiler and wompiler-singlepass
This commit is contained in:
@ -29,9 +29,9 @@ use wasmer_compiler::{
|
||||
};
|
||||
use wasmer_types::entity::{EntityRef, PrimaryMap};
|
||||
use wasmer_types::{
|
||||
FunctionIndex, FunctionType, LocalFunctionIndex, MemoryIndex, ModuleInfo, TableIndex,
|
||||
FunctionIndex, FunctionType, LocalFunctionIndex, MemoryIndex, ModuleInfo, TableIndex, TrapCode,
|
||||
};
|
||||
use wasmer_vm::{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