Skip to content

Commit 4ad53fa

Browse files
authored
fix example includes for #9788 (#9948)
1 parent 51e28c7 commit 4ad53fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/examples-c-wasi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ This example shows off how to instantiate a wasm module using WASI imports.
1717
## `wasi.c`
1818

1919
```c
20-
{{#include ../examples/wasi/main.c}}
20+
{{#include ../examples/wasip1/main.c}}
2121
```

docs/examples-rust-wasi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This example shows adding and configuring the WASI imports to invoke the above W
3434

3535
`main.rs`
3636
```rust,ignore
37-
{{#include ../examples/wasi/main.rs}}
37+
{{#include ../examples/wasip2/main.rs}}
3838
```
3939

4040
### Async example
@@ -48,7 +48,7 @@ This does not require any change to the WASIp2 component, it's just the WASIp2 A
4848
[`wasmtime-wasi`]: https://docs.rs/wasmtime-wasi/*/wasmtime_wasi/preview2/index.html
4949

5050
```rust,ignore
51-
{{#include ../examples/wasi-async/main.rs}}
51+
{{#include ../examples/wasip2-async/main.rs}}
5252
```
5353

5454
You can also [browse this source code online][code2] and clone the wasmtime

0 commit comments

Comments
 (0)