Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: _content/doc/go1.26.md
Insertions: 4, Deletions: 1.
@@ -237,7 +237,7 @@
mode with custom linker scripts.
- The `moduledata` structure is now in its own section, named
- `go.module`.
+ `.go.module`.
- The `moduledata` `cutab` field, which is a slice, now has the
correct length; previously the length was four times too large.
- The `pcHeader` found at the start of the `.gopclntab` section no
@@ -713,7 +713,10 @@
<!-- CL 683296 -->
-For small WebAssembly applications, the memory usage is significantly reduced.
+For WebAssembly applications, the runtime now manages chunks of
+heap memory in much smaller increments, leading to significantly
+reduced memory usage for applications with heaps less than around
+16 MiB in size.
[laelf-20250521]: https://github.com/loongson/la-abi-specs/blob/v2.40/laelf.adoc
[rfc 9180]: https://rfc-editor.org/rfc/rfc9180.html
```
Change information
Commit message:
_content/doc/go1.26: mention Wasm memory usage reduction for small programs
Change-Id: I10d1388b0bf84d456ef5fee36708c64d6a4726a5
Change size: XS
Delta: 1 file changed, 7 insertions(+), 0 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Michael Knyszek
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI