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

@@ -7,7 +7,7 @@
use super::CodeOffset;
#[cfg(feature = "enable-serde")]
use serde::{Deserialize, Serialize};
use wasm_common::entity::{entity_impl, SecondaryMap};
use wasmer_types::entity::{entity_impl, SecondaryMap};
/// An opaque reference to a [jump table](https://en.wikipedia.org/wiki/Branch_table).
///