1*0117693fSstephan<!doctype html>
2*0117693fSstephan<html lang="en-us">
3*0117693fSstephan  <head>
4*0117693fSstephan    <meta charset="utf-8">
5*0117693fSstephan    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6*0117693fSstephan    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
7*0117693fSstephan    <link rel="stylesheet" href="common/emscripten.css"/>
8*0117693fSstephan    <link rel="stylesheet" href="common/testing.css"/>
9*0117693fSstephan    <title>sqlite3 WASMFS/OPFS Main-thread Scratchpad</title>
10*0117693fSstephan  </head>
11*0117693fSstephan  <body>
12*0117693fSstephan    <header id='titlebar'><span>sqlite3 WASMFS/OPFS Main-thread Scratchpad</span></header>
13*0117693fSstephan    <!-- emscripten bits -->
14*0117693fSstephan    <figure id="module-spinner">
15*0117693fSstephan      <div class="spinner"></div>
16*0117693fSstephan      <div class='center'><strong>Initializing app...</strong></div>
17*0117693fSstephan      <div class='center'>
18*0117693fSstephan        On a slow internet connection this may take a moment.  If this
19*0117693fSstephan        message displays for "a long time", intialization may have
20*0117693fSstephan        failed and the JavaScript console may contain clues as to why.
21*0117693fSstephan      </div>
22*0117693fSstephan    </figure>
23*0117693fSstephan    <div class="emscripten" id="module-status">Downloading...</div>
24*0117693fSstephan    <div class="emscripten">
25*0117693fSstephan      <progress value="0" max="100" id="module-progress" hidden='1'></progress>
26*0117693fSstephan    </div><!-- /emscripten bits -->
27*0117693fSstephan    <p>Scratchpad/test app for the WASMF/OPFS integration in the
28*0117693fSstephan      main window thread. This page requires that the sqlite3 API have
29*0117693fSstephan      been built with WASMFS support. If OPFS support is available then
30*0117693fSstephan      it "should" persist a database across reloads (watch the dev console
31*0117693fSstephan      output), otherwise it will not.
32*0117693fSstephan    </p>
33*0117693fSstephan    <p>All stuff on this page happens in the dev console.</p>
34*0117693fSstephan    <hr>
35*0117693fSstephan    <div id='test-output'></div>
36*0117693fSstephan    <script src="sqlite3-wasmfs.js"></script>
37*0117693fSstephan    <script src="common/SqliteTestUtil.js"></script>
38*0117693fSstephan    <script src="scratchpad-wasmfs-main.js"></script>
39*0117693fSstephan  </body>
40*0117693fSstephan</html>
41