mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
Rename wasm-common crate to wasmer-types
This commit is contained in:
@@ -3,11 +3,11 @@ use dynasmrt::{x64::Assembler, DynamicLabel};
|
||||
use smallvec::{smallvec, SmallVec};
|
||||
use std::collections::BTreeMap;
|
||||
use std::iter;
|
||||
use wasm_common::{
|
||||
use wasmer_types::{
|
||||
entity::{EntityRef, PrimaryMap, SecondaryMap},
|
||||
FunctionType,
|
||||
};
|
||||
use wasm_common::{
|
||||
use wasmer_types::{
|
||||
FunctionIndex, GlobalIndex, LocalFunctionIndex, LocalMemoryIndex, MemoryIndex, SignatureIndex,
|
||||
TableIndex, Type,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user