Skip to content

Commit fa33e7e

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Lifshay <[email protected]>
1 parent 217f514 commit fa33e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2024-11-21-wasip2-tier-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ great because it provides *portable* abstractions, usually built on top of an
7878
operating system's `libc` or equivalent. If you want to use WASI 0.2 APIs
7979
directly today, you can either use the
8080
[wasi](https://docs.rs/wasi/latest/wasi/) crate directly. Or generate your own
81-
WASI bindings from the [WASI
81+
WASI bindings from the [WASI
8282
specification's](https://github.com/WebAssembly/WASI/tree/main/wasip2) interface
83-
types using [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen/).
83+
types using [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen/).
8484

8585
## Conclusion
8686

0 commit comments

Comments
 (0)