diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 2fd85e2b80..30f93190fe 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -3,12 +3,6 @@ title: Go 1.24 Release Notes template: false --- - - @@ -780,7 +774,7 @@ Go 1.25 will require macOS 12 Monterey or later. The `go:wasmexport` directive is added for Go programs to export functions to the WebAssembly host. -On WebAssembly System Interface Preview 1 (`GOOS=wasip1`, `GOARCH=wasm`), Go 1.24 supports +On WebAssembly System Interface Preview 1 (`GOOS=wasip1 GOARCH=wasm`), Go 1.24 supports building a Go program as a [reactor/library](https://github.com/WebAssembly/WASI/blob/63a46f61052a21bfab75a76558485cf097c0dbba/legacy/application-abi.md#current-unstable-abi), by specifying the `-buildmode=c-shared` build flag. @@ -799,7 +793,7 @@ The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm` ### Windows {#windows} -The windows/arm port (`GOOS=windows` `GOARCH=arm`) has been marked broken. +The windows/arm port (`GOOS=windows GOARCH=arm`) has been marked broken. See [issue #70705](/issue/70705) for details.