annotate VampTestPlugin.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 44826e1782c1
children
rev   line source
Chris@20 1 import {EmscriptenModule} from '../src/Emscripten'
Chris@20 2
Chris@20 3 declare function VampTestPluginModule(): EmscriptenModule;
Chris@20 4 export = VampTestPluginModule;