comparison quick-test.js @ 97:95643de89a08

Tidy
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 19 Sep 2016 15:52:38 +0100
parents 56709f8355cb
children a734a7e976fa
comparison
equal deleted inserted replaced
96:514ea085c63a 97:95643de89a08
1 "use strict"; 1 "use strict";
2 2
3 var exampleModule = ExampleModule(); 3 var exampleModule = VampExamplePluginsModule();
4 4
5 // It is possible to declare both parameters and return values as 5 // It is possible to declare both parameters and return values as
6 // "string", in which case Emscripten will take care of 6 // "string", in which case Emscripten will take care of
7 // conversions. But it's not clear how one would manage memory for 7 // conversions. But it's not clear how one would manage memory for
8 // newly-constructed returned C strings -- the returned pointer from 8 // newly-constructed returned C strings -- the returned pointer from