We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e0b1d8 + cacc7bf commit d78ae31Copy full SHA for d78ae31
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
30
memory size is now the full 64-bit address space instead of the 4GB as limited
31
by the 32-bit address space for `wasm32-unknown-unknown`.
32
33
-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
34
in-progress and not standardized. This means that there are not many engines
35
which implement the `memory64` feature and if they do they're likely behind a
36
flag, for example:
0 commit comments