diff options
Diffstat (limited to 'ext/wasm/index-dist.html')
-rw-r--r-- | ext/wasm/index-dist.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ext/wasm/index-dist.html b/ext/wasm/index-dist.html index 2333190d9..29891c91e 100644 --- a/ext/wasm/index-dist.html +++ b/ext/wasm/index-dist.html @@ -56,9 +56,15 @@ 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> |