An exporation in FFT implementation using Rust+WASM+SIMD.
To start:
npm run dev
vscode: in the workspace settings.json
, set the target to wasm32:
"rust-analyzer.cargo.target": "wasm32-unknown-unknown"
wasm-opt issue: If you get an error about wasm not being optimized, then install
latest version of binaryen in your PATH
var.
- more info: rustwasm/wasm-pack#1109
- TODO: Figure out how to get this working in CI.