diff options
| author | Cherry Mui <cherryyz@google.com> | 2026-01-08 15:33:12 -0500 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2026-01-15 13:56:45 -0800 |
| commit | 9ffe6a240df943292692ac71bc43b0d448843409 (patch) | |
| tree | b26cdde823b9689cf3975dacaefa2abc0f6932d6 | |
| parent | fe285e54236547214a826ec8bd517d43b35c2e2d (diff) | |
| download | go-x-website-9ffe6a240df943292692ac71bc43b0d448843409.tar.xz | |
_content/doc/go1.26: mention Wasm memory usage reduction for small programs
Change-Id: I10d1388b0bf84d456ef5fee36708c64d6a4726a5
Reviewed-on: https://go-review.googlesource.com/c/website/+/734960
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
| -rw-r--r-- | _content/doc/go1.26.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index bd5d4cbd..a2958708 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -711,5 +711,12 @@ and non-trapping floating-point to integer conversion instructions. These features have been standardized since at least Wasm 2.0. The corresponding `GOWASM` settings, `signext` and `satconv`, are now ignored. +<!-- CL 683296 --> + +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 |
