Merge pull request #156 from wasmerio/feat-object-size

feat(object) Infer relocation size, kind and encoding from target
This commit is contained in:
Ivan Enderlin
2020-07-13 14:33:35 +02:00
committed by GitHub
3 changed files with 31 additions and 22 deletions

View File

@@ -14,7 +14,6 @@ use crate::trap::TrapInformation;
use crate::{CompiledFunctionUnwindInfo, FunctionAddressMap, JumpTableOffsets, Relocation};
#[cfg(feature = "enable-serde")]
use serde::{Deserialize, Serialize};
use wasm_common::entity::PrimaryMap;
use wasm_common::{FunctionIndex, LocalFunctionIndex, SignatureIndex};