diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-08-31 21:30:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-31 21:30:18 +0200 |
| commit | 14d216d33bae1b2d9c252fad6338a5481c2e8a53 (patch) | |
| tree | b21938cbbaae143acd5df9e4d93f79e04d75352c | |
| parent | 3da66f035310b15e0d5ae32443e04ee5f4220edc (diff) | |
| parent | cacc7bf5f0cc4b18f81809b2d61862f0224259d4 (diff) | |
| download | rust-14d216d33bae1b2d9c252fad6338a5481c2e8a53.tar.gz rust-14d216d33bae1b2d9c252fad6338a5481c2e8a53.zip | |
Rollup merge of #101240 - JohnTitor:JohnTitor-patch-1, r=ehuss
Fix a typo on `wasm64-unknown-unknown` doc
| -rw-r--r-- | src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md b/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md index 021b904debd..6932e6a5764 100644 --- a/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md +++ b/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md @@ -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: |
