Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Lifshay <[email protected]>
  • Loading branch information
yoshuawuyts and programmerjake authored Nov 21, 2024
1 parent 217f514 commit fa33e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/2024-11-21-wasip2-tier-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ great because it provides *portable* abstractions, usually built on top of an
operating system's `libc` or equivalent. If you want to use WASI 0.2 APIs
directly today, you can either use the
[wasi](https://docs.rs/wasi/latest/wasi/) crate directly. Or generate your own
WASI bindings from the [WASI
WASI bindings from the [WASI
specification's](https://github.com/WebAssembly/WASI/tree/main/wasip2) interface
types using [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen/).
types using [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen/).

## Conclusion

Expand Down

0 comments on commit fa33e7e

Please sign in to comment.