diff options
Diffstat (limited to 'ext/wasm/dist.make')
-rw-r--r-- | ext/wasm/dist.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wasm/dist.make b/ext/wasm/dist.make index 07d289ddb..f33711a19 100644 --- a/ext/wasm/dist.make +++ b/ext/wasm/dist.make @@ -42,7 +42,8 @@ dist-dir.jswasm := $(dist-dir.top)/$(notdir $(dir.dout)) dist-dir.common := $(dist-dir.top)/common dist.top.extras := \ demo-123.html demo-123-worker.html demo-123.js \ - tester1.html tester1-worker.html tester1-esm.html tester1.js \ + tester1.html tester1-worker.html tester1-esm.html \ + tester1.js tester1-esm.js \ demo-jsstorage.html demo-jsstorage.js \ demo-worker1.html demo-worker1.js \ demo-worker1-promiser.html demo-worker1-promiser.js |