| Age | Commit message (Expand) | Author |
| 2025-07-24 | cmd/internal/obj: rip out argp adjustment for wrapper frames | Keith Randall |
| 2025-07-16 | cmd/link, runtime: on Wasm, put only function index in method table and func ... | Cherry Mui |
| 2025-07-16 | cmd/internal/obj/wasm: use 64-bit instructions for indirect calls | Cherry Mui |
| 2025-04-09 | cmd/internal/obj/wasm: use i64 for large return addr | Zxilly |
| 2025-01-16 | cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial... | Cherry Mui |
| 2024-11-13 | cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers | Cherry Mui |
| 2024-11-11 | cmd/compile: allow more types for wasmimport/wasmexport parameters and results | Cherry Mui |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 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 |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-08-06 | cmd/internal/obj: minor refactor of wasmimport code | Cherry Mui |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-20 | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements |
| 2023-04-20 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-05 | all: add wasip1 asm and link logic | Johan Brandhorst-Satzkorn |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-02 | all: implement wasmimport directive | Evan Phoenix |
| 2023-02-24 | cmd/compile: batch write barrier calls | Keith Randall |
| 2022-10-27 | runtime: add wasm bulk memory operations | Garet Halliday |
| 2022-10-06 | all: remove redundant type conversion | cui fliter |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 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-03-29 | cmd/compile: restructure ABI wrapper generation, export ABI | Austin Clements |
| 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-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-09-28 | cmd/link: consider interface conversions only in reachable code | Cherry Zhang |
| 2019-10-16 | cmd/internal/obj/wasm,cmd/link/internal/wasm: add fast path for writeUleb128 | Agniva De Sarker |
| 2019-10-16 | cmd/compile: on Wasm and AIX, let deferred nil function panic at invocation | Cherry Zhang |
| 2019-09-19 | cmd/compile: add 32 bit float registers/variables on wasm | Richard Musiol |
| 2019-09-05 | cmd/internal/obj/wasm: refactor handling of wasm variables | Richard Musiol |
| 2019-05-24 | cmd, runtime: remove PC_F & PC_B globals on Wasm | Cherry Zhang |
| 2019-04-30 | cmd/internal/obj/wasm: cache SP in a local | Richard Musiol |
| 2019-04-04 | cmd/compile: add saturating conversions on wasm | Richard Musiol |
| 2019-03-28 | cmd/compile: add sign-extension operators on wasm | Richard Musiol |
| 2019-03-23 | src/cmd/internal/obj/wasm: optimize blocks in wasm binary | Richard Musiol |
| 2019-03-03 | all: rename WebAssembly instructions according to spec changes | Richard Musiol |
| 2019-01-11 | cmd/compile: separate data and function LSyms | Austin Clements |
| 2019-01-09 | cmd/internal/obj/wasm: increment PC by 2 at sigpanic | Cherry Zhang |
| 2018-12-28 | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall |
| 2018-11-12 | cmd/compile, cmd/link: separate stable and internal ABIs | Austin Clements |
| 2018-11-10 | all: add support for synchronous callbacks to js/wasm | Richard Musiol |
| 2018-10-19 | cmd/compile: in wasm, allocate approximately right number of locals for funct... | Denys Smirnov |
| 2018-06-14 | runtime, sycall/js: add support for callbacks from JavaScript | Richard Musiol |
| 2018-05-10 | cmd/internal/obj/wasm: avoid invalid offsets for Load/Store | Richard Musiol |