aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_wasm.s
AgeCommit message (Expand)Author
2025-07-16runtime: use 32-bit function index on WasmCherry Mui
2025-02-26runtime: remove ret field from gobufKeith Randall
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
2024-08-13cmd/link, runtime: support library mode on wasip1Cherry Mui
2024-08-12cmd/internal/obj/wasm: handle stack unwinding in wasmexportCherry Mui
2023-11-20runtime: add crash stack support for wasmMauri de Souza Meneguzzo
2023-11-05runtime: fix badmorestackg0 never called on wasmMauri de Souza Meneguzzo
2023-04-05all: add wasip1 asm and link logicJohan Brandhorst-Satzkorn
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin 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 loopAustin Clements
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-05runtime: define and use call16 everywhereAustin Clements
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-05-24cmd, runtime: remove PC_F & PC_B globals on WasmCherry Zhang
2019-05-09runtime: fix vet complaints for js/wasmRuss Cox
2019-03-15runtime: fix write barrier on wasmAustin Clements
2019-03-03all: rename WebAssembly instructions according to spec changesRichard Musiol
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-06-15all: enable vet/all for js/wasm and fix vet issuesRichard Musiol
2018-05-08runtime: add js/wasm architectureRichard Musiol