Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
/ wasm-simd-audio Public archive

Experimenting with WASM SIMD instructions in Rust

Notifications You must be signed in to change notification settings

krscott/wasm-simd-audio

Repository files navigation

wasm-simd-audio

An exporation in FFT implementation using Rust+WASM+SIMD.

Development

To start:

npm run dev

Setup Tips

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.

About

Experimenting with WASM SIMD instructions in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages