Skip to content

Commit a18a194

Browse files
committed
Remove wasmparser dependency through object
1 parent 51f816f commit a18a194

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Cargo.lock

Lines changed: 0 additions & 7 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
@@ -16,7 +16,7 @@ cranelift-simplejit = { git = "https://github.com/bytecodealliance/wasmtime/", b
1616
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime/", branch = "main" }
1717
target-lexicon = "0.10.0"
1818
gimli = { version = "0.21.0", default-features = false, features = ["write"]}
19-
object = { version = "0.21.1", default-features = false, features = ["read", "std", "write"] }
19+
object = { version = "0.21.1", default-features = false, features = ["std", "read_core", "write", "coff", "elf", "macho", "pe"] }
2020

2121
ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" }
2222
indexmap = "1.0.2"

0 commit comments

Comments
 (0)