comparison quick-test.js @ 28:c250695a784f

Tidy
author Chris Cannam
date Mon, 19 Sep 2016 15:52:38 +0100
parents 2a4685f230ac
children a734a7e976fa
comparison
equal deleted inserted replaced
27:65fa1b372648 28:c250695a784f
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