Skip to content

Commit d225cac

Browse files
committed
Add superh feature to wasm build
1 parent 737b378 commit d225cac

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strip = "debuginfo"
1414
codegen-units = 1
1515

1616
[workspace.package]
17-
version = "3.0.0-beta.6"
17+
version = "3.0.0-beta.7"
1818
authors = ["Luke Street <luke@street.dev>"]
1919
edition = "2024"
2020
license = "MIT OR Apache-2.0"

objdiff-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] }
2828
[dependencies.objdiff-core]
2929
path = "../objdiff-core"
3030
default-features = false
31-
features = ["arm", "arm64", "mips", "ppc", "x86", "dwarf"]
31+
features = ["arm", "arm64", "mips", "ppc", "superh", "x86", "dwarf"]
3232

3333
[target.'cfg(target_family = "wasm")'.dependencies]
3434
talc = { version = "4.4", default-features = false, features = ["lock_api"] }

objdiff-wasm/package-lock.json

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

objdiff-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "objdiff-wasm",
3-
"version": "3.0.0-beta.6",
3+
"version": "3.0.0-beta.7",
44
"description": "A local diffing tool for decompilation projects.",
55
"author": {
66
"name": "Luke Street",

0 commit comments

Comments
 (0)