mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Rename wasm-common crate to wasmer-types
This commit is contained in:
@@ -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).
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user