diff options
Diffstat (limited to 'ext/wasm/index.html')
-rw-r--r-- | ext/wasm/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ext/wasm/index.html b/ext/wasm/index.html index 0aca0661c..0a6cd0a62 100644 --- a/ext/wasm/index.html +++ b/ext/wasm/index.html @@ -47,9 +47,16 @@ utility code.</li> <li><a href='tester1-worker.html'>tester1-worker</a>: same thing but running in a Worker.</li> - <li><a href='tester1-esm.html'>tester1-esm</a>: same thing - but loaded in the main thread via an ES6 module. Note that - not all browsers permit loading modules in Worker threads. + <li><a href='tester1-esm.html'>tester1-esm</a>: same as + <code>tester1</code> but loads sqlite3 in the main thread via + an ES6 module. + </li> + <li><a href='tester1-worker.html?esm'>tester1-worker?esm</a>: + same as <code>tester1-esm</code> but loads a Worker Module which + then loads the sqlite3 API via an ES6 module. Note that + not all browsers permit loading modules in Worker + threads. + </li> </ul> </li> <li>High-level apps and demos... |