annotate test/perf-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 a91b4defa581
children
rev   line source
cannam@175 1 <html>
cannam@175 2 <head>
cannam@175 3 <meta charset="UTF-8">
cannam@175 4 <title>Piper Adapter Performance Test</title>
cannam@175 5
cannam@175 6 <style type="text/css">
cannam@175 7 body { margin: 5%; }
cannam@175 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
cannam@175 9 td, th { padding: 0.5em }
cannam@175 10 </style>
cannam@175 11
cannam@175 12 <script src="../examples/vamp-example-plugins/VampExamplePlugins_w.umd.js"></script>
cannam@175 13 <script src="base64.js"></script>
cannam@175 14 <script src="perf-test.js"></script>
cannam@175 15 </head>
cannam@175 16 <body>
cannam@175 17 <h3>Piper Adapter Performance Test</h3>
cannam@175 18
cannam@175 19 <p id="test-result"></p>
cannam@175 20
cannam@175 21 </body>
cannam@175 22 </html>