diff options
| author | Jack O'Connor <[email protected]> | 2025-03-18 10:04:12 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-18 10:36:20 -0700 |
| commit | cc710a082a5e11bd83d94dc64aaf1e8b97330d7a (patch) | |
| tree | b0983419c5b766bff1639b3e3f46202f6e911c71 /Cargo.toml | |
| parent | 5ebc441dc93ea39b9ba875b3d459056d11207c79 (diff) | |
README.md tweaks
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ 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. +# Note that not all Wasm implementations support the Wasm SIMD specification. +# This may become the default in the future. wasm32_simd = [] # This crate uses libstd for std::io trait implementations, and also for |
