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

@@ -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,
};