annotate VampExamplePlugins.ts @ 66:08d80862b69c

-ffast-math is not a great idea as a default flag, because some plugins won't work correctly with it. Also allow people to override these
author Chris Cannam
date Sat, 12 Nov 2016 09:58:24 +0000
parents 6871a49ccf17
children
rev   line source
Chris@18 1 import {EmscriptenModule} from '../src/Emscripten'
Chris@18 2
Chris@18 3 declare function VampExamplePluginsModule(): EmscriptenModule;
Chris@18 4 export = VampExamplePluginsModule;