Skip to content

Commit

Permalink
remove superflous docs
Browse files Browse the repository at this point in the history
Docs are superflous since it is obvious where to look-up the docs.
  • Loading branch information
Robbepop committed Oct 29, 2024
1 parent eb557ee commit bb5f53c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ assert_cmd = "2.0.7"

[features]
default = []

# Disabling this crate feature allows to drop `hashbrown`, `string-interner` and `ahash` dependencies
# entirely, reducing compilation times and shrink binary sizes.
hash-collections = ["wasmi/hash-collections"]

# Tells this crate to prefer using its built-in btree-based collections
# even if the `hash-collections` feature is enabled.
prefer-btree-collections = ["wasmi/prefer-btree-collections"]

# We need to put this [profile.release] section due to this bug in Cargo:
Expand Down
6 changes: 0 additions & 6 deletions crates/wasmi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ std = [
"spin/std",
"arrayvec/std",
]

# Disabling this crate feature allows to drop `hashbrown`, `string-interner` and `ahash` dependencies
# entirely, reducing compilation times and shrink binary sizes.
hash-collections = ["wasmi_collections/hash-collections"]

# Tells this crate to prefer using its built-in btree-based collections
# even if the `hash-collections` feature is enabled.
prefer-btree-collections = ["wasmi_collections/prefer-btree-collections"]

# Enables extra checks performed during Wasmi bytecode execution.
Expand Down

0 comments on commit bb5f53c

Please sign in to comment.