Rename wasm-common crate to wasmer-types

This commit is contained in:
Mark McCaskey
2020-08-13 17:59:26 -07:00
parent 518e0f3222
commit 5049c543dc
108 changed files with 206 additions and 207 deletions

View File

@ -1,7 +1,7 @@
use gimli::write::{Address, EndianVec, Result, Writer};
use gimli::{RunTimeEndian, SectionId};
use wasm_common::entity::EntityRef;
use wasm_common::LocalFunctionIndex;
use wasmer_types::entity::EntityRef;
use wasmer_types::LocalFunctionIndex;
use wasmer_compiler::{CustomSection, CustomSectionProtection, SectionBody};
use wasmer_compiler::{Endianness, Relocation, RelocationKind, RelocationTarget};