1 2 3 4 5 6
# Nightly toolchain for portable_simd (WASM SIMD acceleration) # portable_simd provides safe SIMD operations without unsafe code [toolchain] channel = "nightly" components = ["rust-src", "rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]