Skip to content

Commit a79fcaa

Browse files
authored
Tiny tweaks
Signed-off-by: tpmccallum <[email protected]> Fantastic write up! I noticed just a couple of tiny tweaks while reading.
1 parent 35b7cac commit a79fcaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/2024-04-09-updates-to-rusts-wasi-targets.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tool. This tool is able to take WASI 0.1 binaries, and transform them to WASI 0.
3636
Components using a shim. It also provides native support for common cargo
3737
commands such as `cargo build`, `cargo test`, and `cargo run`. While it
3838
introduces some inefficiencies because of the additional translation layer, in
39-
practice this already works really well and people should be enough able to get
39+
practice this already works really well and people should be able to get
4040
started with WASI 0.2 development.
4141

4242
We're however keen to begin making that translation layer obsolete. And for
@@ -46,7 +46,7 @@ that with the introduction of the [tier
4646
target landing in Rust 1.78. **This will initially miss a lot of expected**
4747
**features such as stdlib support, and we don't recommend people use this target**
4848
**quite yet.** But as we fill in those missing features over the coming months, we
49-
aim to eventually hit meet the criteria to become a tier 2 target, at which
49+
aim to eventually meet the criteria to become a tier 2 target, at which
5050
point the `wasm32-wasip2` target would be considered ready for general use. This
5151
work will happen through 2024, and we expect for this to land before the end of
5252
the calendar year.
@@ -117,4 +117,4 @@ at which point `cargo-component` will be upgraded to support it natively instead
117117

118118
With WASI 0.2 finally stable, it's an exciting time for WebAssembly development.
119119
We're happy for Rust to begin implementing native support for WASI 0.2, and
120-
we're excited for what this will enable people to build.
120+
we're excited about what this will enable people to build.

0 commit comments

Comments
 (0)