Mercurial > hg > piper-vamp-js
annotate test/quick-test-wasm.html @ 176:eaf46e7647a0 tip master
Update for latest Emscripten - Pointer_stringify has apparently been deprecated for a while, and was removed in v1.38.27
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 27 Feb 2019 11:29:53 +0000 |
parents | 04bb3a41a3b2 |
children |
rev | line source |
---|---|
cannam@172 | 1 <html> |
cannam@172 | 2 <head> |
cannam@172 | 3 <meta charset="UTF-8"> |
cannam@172 | 4 <title>Piper Adapter Test</title> |
cannam@172 | 5 |
cannam@172 | 6 <style type="text/css"> |
cannam@172 | 7 body { margin: 5%; } |
cannam@172 | 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } |
cannam@172 | 9 td, th { padding: 0.5em } |
cannam@172 | 10 </style> |
cannam@172 | 11 |
cannam@172 | 12 <script src="../examples/vamp-example-plugins/VampExamplePlugins_w.umd.js"></script> |
cannam@172 | 13 <script src="quick-test.js"></script> |
cannam@172 | 14 </head> |
cannam@172 | 15 <body> |
cannam@172 | 16 <h3>Piper Adapter Test</h3> |
cannam@172 | 17 |
cannam@172 | 18 <p id="test-result"></p> |
cannam@172 | 19 |
cannam@172 | 20 </body> |
cannam@172 | 21 </html> |