Mercurial > hg > js-dsp-test
view fft/cross/Makefile @ 8:c6577c4b3780
KissFFT example -- but am having trouble with calling conventions when both Emscripten examples are present
author | Chris Cannam |
---|---|
date | Mon, 05 Oct 2015 13:58:09 +0100 |
parents | b4ab69bdb4c8 |
children | 281c44ba1d2e |
line wrap: on
line source
Cross.js: Cross.c Cross.h emcc -O3 -s MODULARIZE=1 -s EXPORT_NAME="'CrossModule'" -s EXPORTED_FUNCTIONS="['_fftCross']" -o Cross.js Cross.c clean: rm -f Cross.js