aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Boldyrev <[email protected]>2023-09-10 18:57:24 +0400
committerJack O'Connor <[email protected]>2025-03-16 21:24:06 -0700
commit29846bed88b3c50d51562110f6e0f242c908a014 (patch)
tree68b1ee0e387ca9dd20f76621eac6f8b9a432eb86 /Cargo.toml
parentd4aed8145b5478d62308319d2ad849e2a1e371db (diff)
Misc textual improvements
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9436937..d110510 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,9 +18,9 @@ default = ["std"]
# implementation uses C intrinsics and requires a C compiler.
neon = []
-# The WASM-SIMD implementation does not participate in dynamic feature detection,
-# which is currently x86-only. If "wasm_simd" is on, WASM SIMD support is assumed.
-# Note that not all WASM implementation may support WASM-SIMD specification.
+# The Wasm SIMD implementation does not participate in dynamic feature detection,
+# which is currently x86-only. If "wasm_simd" is on, Wasm SIMD support is assumed.
+# Note that not all Wasm implementation may support Wasm SIMD specification.
wasm32_simd = []
# This crate uses libstd for std::io trait implementations, and also for