| Age | Commit message (Expand) | Author |
| 2025-10-20 | runtime: wrap procyield assembly and check for 0 | Michael Anthony Knyszek |
| 2025-07-16 | runtime: use 32-bit function index on Wasm | Cherry Mui |
| 2025-02-26 | runtime: remove ret field from gobuf | Keith Randall |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-01-16 | cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial... | Cherry Mui |
| 2024-08-13 | cmd/link, runtime: support library mode on wasip1 | Cherry Mui |
| 2024-08-12 | cmd/internal/obj/wasm: handle stack unwinding in wasmexport | Cherry Mui |
| 2023-11-20 | runtime: add crash stack support for wasm | Mauri de Souza Meneguzzo |
| 2023-11-05 | runtime: fix badmorestackg0 never called on wasm | Mauri de Souza Meneguzzo |
| 2023-04-05 | all: add wasip1 asm and link logic | Johan Brandhorst-Satzkorn |
| 2023-02-24 | cmd/compile: batch write barrier calls | Keith Randall |
| 2023-02-17 | cmd/compile: move raw writes out of write barrier code | Keith Randall |
| 2023-02-17 | runtime: remove the restriction that write barrier ptrs come in pairs | Keith Randall |
| 2022-10-27 | runtime: add wasm bulk memory operations | Garet Halliday |
| 2021-08-03 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-07-30 | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements |
| 2021-07-30 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-06-08 | [dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def... | Cherry Mui |
| 2021-02-19 | runtime: use TOPFRAME to identify top-of-frame functions | Russ Cox |
| 2021-02-19 | runtime: remove unnecessary writes to gp.sched.g | Russ Cox |
| 2021-02-16 | [dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call | Michael Anthony Knyszek |
| 2020-10-30 | reflect,runtime: use internal ABI for selected ASM routines, attempt 2 | Than McIntosh |
| 2020-10-29 | Revert "reflect,runtime: use internal ABI for selected ASM routines" | Than McIntosh |
| 2020-10-29 | reflect,runtime: use internal ABI for selected ASM routines | Than McIntosh |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-10-05 | runtime: define and use call16 everywhere | Austin Clements |
| 2019-08-29 | runtime: switch default order of hashing algorithms | Keith Randall |
| 2019-05-24 | cmd, runtime: remove PC_F & PC_B globals on Wasm | Cherry Zhang |
| 2019-05-09 | runtime: fix vet complaints for js/wasm | Russ Cox |
| 2019-03-15 | runtime: fix write barrier on wasm | Austin Clements |
| 2019-03-03 | all: rename WebAssembly instructions according to spec changes | Richard Musiol |
| 2018-11-12 | runtime, reflect: access runtime.reflectcall directly | Austin Clements |
| 2018-06-15 | all: enable vet/all for js/wasm and fix vet issues | Richard Musiol |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |