diff options
Diffstat (limited to 'ext/wasm/demo-worker1-promiser.c-pp.html')
-rw-r--r-- | ext/wasm/demo-worker1-promiser.c-pp.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ext/wasm/demo-worker1-promiser.c-pp.html b/ext/wasm/demo-worker1-promiser.c-pp.html new file mode 100644 index 0000000..e0b487b --- /dev/null +++ b/ext/wasm/demo-worker1-promiser.c-pp.html @@ -0,0 +1,42 @@ +<!doctype html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> + <link rel="stylesheet" href="common/emscripten.css"/> + <link rel="stylesheet" href="common/testing.css"/> +//#if target=es6-module + <title>worker-promise (via ESM) tests</title> +//#else + <title>worker-promise tests</title> +//#endif + </head> + <body> + <header id='titlebar'><span>worker-promise tests</span></header> + <!-- emscripten bits --> + <figure id="module-spinner"> + <div class="spinner"></div> + <div class='center'><strong>Initializing app...</strong></div> + <div class='center'> + On a slow internet connection this may take a moment. If this + message displays for "a long time", intialization may have + failed and the JavaScript console may contain clues as to why. + </div> + </figure> + <div class="emscripten" id="module-status">Downloading...</div> + <div class="emscripten"> + <progress value="0" max="100" id="module-progress" hidden='1'></progress> + </div><!-- /emscripten bits --> + <div>Most stuff on this page happens in the dev console.</div> + <hr> + <div id='test-output'></div> + <script src="common/SqliteTestUtil.js"></script> +//#if target=es6-module + <script src="demo-worker1-promiser.mjs" type="module"></script> +//#else + <script src="jswasm/sqlite3-worker1-promiser.js"></script> + <script src="demo-worker1-promiser.js"></script> +//#endif + </body> +</html> |