Skip to content

Commit

Permalink
Merge pull request #13591 from gthb/patch-1
Browse files Browse the repository at this point in the history
doc: add wasm examples to ToC
  • Loading branch information
sokra committed Jun 21, 2021
2 parents 72779ce + 8b500c3 commit 710da16
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions examples/README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 710da16

Please sign in to comment.