0.4.2 • Published 8 months ago

@echogarden/pffft-wasm v0.4.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 months ago

PFFFT (WASM port)

PFFFT FFT library, compiled to WASM.

Intended for use with Echogarden.

How to build

Clone the EMSDK repository:

git clone https://github.com/emscripten-core/emsdk

Install and activate EMSDK:

cd emsdk
git pull
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ..

Clone repository:

git clone https://github.com/echogarden-project/pffft-wasm
cd pffft-wasm

Build with WASM SIMD disabled:

make

Build with WASM SIMD enabled:

make SIMD=1
0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago