Skip to content

Commit 68541b9

Browse files
authored
Rename wasmi_ir2 crate to wasmi_ir (#1715)
rename wasmi_ir2 crate to wasmi_ir
1 parent 8e0f611 commit 68541b9

30 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
"crates/core",
88
"crates/wasmi",
99
"crates/wasi",
10-
"crates/ir2",
10+
"crates/ir",
1111
"crates/fuzz",
1212
"crates/wast",
1313
"fuzz",
@@ -33,7 +33,7 @@ exclude = ["tests"]
3333
wasmi = { version = "1.0.0", path = "crates/wasmi", default-features = false }
3434
wasmi_wasi = { version = "1.0.0", path = "crates/wasi", default-features = false }
3535
wasmi_core = { version = "1.0.0", path = "crates/core", default-features = false }
36-
wasmi_ir2 = { version = "1.0.0", path = "crates/ir2", default-features = false }
36+
wasmi_ir = { version = "1.0.0", path = "crates/ir", default-features = false }
3737
wasmi_collections = { version = "1.0.0", path = "crates/collections", default-features = false }
3838
wasmi_c_api_impl = { version = "1.0.0", path = "crates/c_api" }
3939
wasmi_c_api_macros = { version = "1.0.0", path = "crates/c_api/macro" }

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ coverage:
66
threshold: 1%
77

88
ignore:
9-
- "crates/ir2/**"
9+
- "crates/ir/**"

crates/ir2/Cargo.toml renamed to crates/ir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
name = "wasmi_ir2"
2+
name = "wasmi_ir"
33
version.workspace = true
44
rust-version.workspace = true
5-
documentation = "https://docs.rs/wasmi_ir2/"
5+
documentation = "https://docs.rs/wasmi_ir/"
66
description = "WebAssembly interpreter internal bytecode representation"
77
authors.workspace = true
88
repository.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)