diff options
| author | Cherry Mui <cherryyz@google.com> | 2025-02-13 11:18:03 -0500 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2025-02-13 09:12:31 -0800 |
| commit | e1afd146d135f3827a3e30abf90fc6fefb0760a1 (patch) | |
| tree | 5b3959aa98c70ab5c62b1b1bf68b86101bddb441 | |
| parent | d1c59ba7143c2dc72d513144a42ccff75de203e1 (diff) | |
| download | go-x-website-e1afd146d135f3827a3e30abf90fc6fefb0760a1.tar.xz | |
doc/go1.24: mention wasm initial memory reduction
Change-Id: I9a25ae2eea66c35e274f55435af6bc1b8564cbc5
Reviewed-on: https://go-review.googlesource.com/c/website/+/649255
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
| -rw-r--r-- | _content/doc/go1.24.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 9610d33e..a6f0f8fc 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -825,6 +825,10 @@ These types are also permitted as argument or result types for `go:wasmexport` f <!-- go.dev/issue/68024 --> The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm`. +<!-- CL 621635, CL 621636 --> +The initial memory size is significantly reduced, especially for small WebAssembly +applications. + ### Windows {#windows} <!-- go.dev/issue/70705 --> |
