xref: /sqlite-3.40.0/ext/wasm/tester1.html (revision b5e2e6fc)
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>sqlite3 WASM/JS tester #1 (UI thread)</h1>
18    <div id='test-output'></div>
19    <script src="sqlite3.js"></script>
20    <script src="tester1.js"></script>
21  </body>
22</html>
23