Skip to content

Commit

Permalink
Rollup merge of rust-lang#101240 - JohnTitor:JohnTitor-patch-1, r=ehuss
Browse files Browse the repository at this point in the history
Fix a typo on `wasm64-unknown-unknown` doc
  • Loading branch information
matthiaskrgr committed Aug 31, 2022
2 parents c4d2acc + cacc7bf commit 998a950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ is 8-bytes large as well as pointers. The tradeoff, though, is that the maximum
memory size is now the full 64-bit address space instead of the 4GB as limited
by the 32-bit address space for `wasm32-unknown-unknown`.

This target is not a stable target. The [memory64] WebAssembly proposal is stil
This target is not a stable target. The [memory64] WebAssembly proposal is still
in-progress and not standardized. This means that there are not many engines
which implement the `memory64` feature and if they do they're likely behind a
flag, for example:
Expand Down

0 comments on commit 998a950

Please sign in to comment.