Skip to content

Commit

Permalink
chore(example): Renumber the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Oct 26, 2020
1 parent 2452b9a commit 3f1f94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ example.

### Imports

10. [**Imported global**][imported-global], explains how to work with
11. [**Imported global**][imported-global], explains how to work with
imported globals: create globals, import them, get/set their value.

_Keywords_: import, global.
Expand All @@ -211,7 +211,7 @@ example.

</details>

11. [**Imported function**][imported-function], explains how to define
12. [**Imported function**][imported-function], explains how to define
an imported function. They come in 2 flavors: dynamic,
and “static”/native.

Expand All @@ -228,7 +228,7 @@ example.

### Integrations

12. [**WASI**][wasi], explains how to use the [WebAssembly System
13. [**WASI**][wasi], explains how to use the [WebAssembly System
Interface][WASI] (WASI), i.e. the [`wasmer-wasi`] crate.

_Keywords_: wasi, system, interface
Expand Down

0 comments on commit 3f1f94b

Please sign in to comment.