diff options
Diffstat (limited to 'ext/wasm/index-dist.html')
-rw-r--r-- | ext/wasm/index-dist.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wasm/index-dist.html b/ext/wasm/index-dist.html index f5bcdc1..7b778b0 100644 --- a/ext/wasm/index-dist.html +++ b/ext/wasm/index-dist.html @@ -97,6 +97,8 @@ wrapper is significantly easier to use, however.</li> <li><a href='demo-worker1-promiser.html'>demo-worker1-promiser</a>: a demo of the Promise-based wrapper of the Worker1 API.</li> + <li><a href='demo-worker1-promiser-esm.html'>demo-worker1-promiser-esm</a>: + same as the previous demo except loads the promiser from an ESM module.</li> </ul> </li> </ul> |