mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-11 07:08:21 +00:00
Moved Unwind info a bit to make refactor easier
This commit is contained in:
@@ -5,7 +5,7 @@ use inkwell::{
|
||||
values::FunctionValue, AddressSpace,
|
||||
};
|
||||
use wasm_common::{FunctionType, Type};
|
||||
use wasmer_compiler::{CompileError, CompiledFunctionUnwindInfo, FunctionBody};
|
||||
use wasmer_compiler::{CompileError, FunctionBody};
|
||||
|
||||
pub struct FuncTrampoline {
|
||||
ctx: Context,
|
||||
@@ -97,7 +97,7 @@ impl FuncTrampoline {
|
||||
|
||||
Ok(FunctionBody {
|
||||
body: bytes,
|
||||
unwind_info: CompiledFunctionUnwindInfo::None,
|
||||
unwind_info: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user