view VampExamplePlugins.ts @ 58:f6220d293bff

Simple test that can be run with any library name and plugin key
author Chris Cannam
date Thu, 10 Nov 2016 15:07:24 +0000
parents 6871a49ccf17
children
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten'

declare function VampExamplePluginsModule(): EmscriptenModule;
export = VampExamplePluginsModule;