Mercurial > hg > piper-vamp-js
comparison test/quick-test-wasm.html @ 172:04bb3a41a3b2
Small step toward wasm support
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 19 Jul 2017 16:02:33 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
170:4fc5d24a3272 | 172:04bb3a41a3b2 |
---|---|
1 <html> | |
2 <head> | |
3 <meta charset="UTF-8"> | |
4 <title>Piper Adapter Test</title> | |
5 | |
6 <style type="text/css"> | |
7 body { margin: 5%; } | |
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } | |
9 td, th { padding: 0.5em } | |
10 </style> | |
11 | |
12 <script src="../examples/vamp-example-plugins/VampExamplePlugins_w.umd.js"></script> | |
13 <script src="quick-test.js"></script> | |
14 </head> | |
15 <body> | |
16 <h3>Piper Adapter Test</h3> | |
17 | |
18 <p id="test-result"></p> | |
19 | |
20 </body> | |
21 </html> |