Thread
Stories related to "Fully Automated Releases for Rust Projects" across the full archive.
Fully-Featured FM Synthesizer in the Browser made with Rust, Web Audio, and SIMD WebAssembly
(notes.ameo.design)
I wrote a blog post going over the technical details of both FM synthesis as well as the process of building the synth by compiling Rust to WebAssembly and running it performantly in the browser via Web Audio: https://cprimozic.net/blog/fm-synth-rust-wasm-simd/
Full source code: https://github.co...
C\. Scott Ananian explains some fundamental and other possibly fixable reasons Rust is slow: hidden indirection, unnecessary type-system mandated copying, ownership types, and so on.