mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-03 07:59:25 +00:00
Rename wasm-common
crate to wasmer-types
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user