doc: add wasm examples to ToC

This commit is contained in:
Gunnlaugur Thor Briem 2021-06-18 11:18:07 +00:00 committed by Gunnlaugur Þór Briem
parent 93b96c1b5f
commit 7b1253c705
1 changed files with 8 additions and 3 deletions

View File

@ -23,9 +23,10 @@
19. [Scope Hoisting](#scope-hoisting)
20. [Side Effects](#side-effects)
21. [Source Map](#source-map)
22. [Web Worker](#web-worker)
23. [Requests](#requests)
24. [Building an Example](#building-an-example)
22. [WebAssembly](#webassembly)
23. [Web Worker](#web-worker)
24. [Requests](#requests)
25. [Building an Example](#building-an-example)
## Aggressive Merging
@ -130,6 +131,10 @@
## Source Map
[source-map](source-map)
## WebAssembly
[wasm-simple](wasm-simple) example demonstrating simple import from a WebAssembly module
[wasm-complex](wasm-complex) example demonstrating top-level await and import of WebAssembly text format with wast-loader
## Web Worker
[web-worker](worker) example demonstrating creating WebWorkers with webpack.