Skip to content

Commit 6fd918a

Browse files
authored
Add wasm feature (#348)
1 parent 1f26730 commit 6fd918a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ codegen-units = 1
5858
[features]
5959
default = ["rustc-demangle", "cpp_demangle", "loader", "fallible-iterator", "smallvec"]
6060
std = ["gimli/std"]
61+
wasm = ["object/wasm"]
6162
loader = ["std", "dep:object", "dep:memmap2", "dep:typed-arena"]
6263
bin = ["loader", "rustc-demangle", "cpp_demangle", "fallible-iterator", "smallvec", "dep:clap"]
63-
all = ["bin"]
64+
all = ["bin", "wasm"]
6465

6566
# Use of --all-features is not supported.
6667
# This is a dummy feature to detect when --all-features is used.

0 commit comments

Comments
 (0)