1<!doctype html> 2<html lang="en-us"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 7 <link rel="stylesheet" href="common/emscripten.css"/> 8 <link rel="stylesheet" href="common/testing.css"/> 9 <title>sqlite3 tester #1 (UI thread)</title> 10 <style> 11 body { 12 font-family: monospace; 13 } 14 </style> 15 </head> 16 <body> 17 <h1 id='color-target'>sqlite3 WASM/JS tester #1 (UI thread)</h1> 18 <div>See <a href='tester1-worker.html' target='tester1-worker.html'>tester1-worker.html</a> 19 for the Worker-thread variant.</div> 20 <div class='input-wrapper'> 21 <input type='checkbox' id='cb-log-reverse'> 22 <label for='cb-log-reverse'>Reverse log order?</label> 23 </div> 24 <div id='test-output'></div> 25 <script src="jswasm/sqlite3.js"></script> 26 <script src="tester1.js"></script> 27 </body> 28</html> 29