Skip to content

Commit

Permalink
doc/go1.24: mention wasm initial memory reduction
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cherrymui committed Feb 13, 2025
1 parent d1c59ba commit e1afd14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _content/doc/go1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit e1afd14

Please sign in to comment.