Skip to content

Commit

Permalink
Simplified root dir moving diagrams to assets dir
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 22, 2020
1 parent c5fca5c commit ad58fea
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ together.
`wasmer::Module`, `wasmer_engine::Engine`, and
`wasmer_compiler::Compiler` API.

![Module compilation](../docs/Diagram_module_compilation.png)
![Module compilation](../assets/diagrams/Diagram_module_compilation.png)

2. **Module serialization**, illustrates how a module can be
serialized and deserialized, with the help of
Expand All @@ -24,12 +24,12 @@ together.
steps, and thus how a headless engine can be used for the
deserialization.

![Module serialization](../docs/Diagram_module_serialization.png)
![Module serialization](../assets/diagrams/Diagram_module_serialization.png)

3. **Module instantiation**, illustrates what happens when
`wasmer::Instance::new` is called.

![Module instantiation](../docs/Diagram_module_instantiation.png)
![Module instantiation](../assets/diagrams/Diagram_module_instantiation.png)

## Examples

Expand Down

0 comments on commit ad58fea

Please sign in to comment.