index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
internal
/
wasm
Age
Commit message (
Expand
)
Author
2024-01-22
cmd/link,runtime: merge minfunc const info internal/abi
qiulaidongfeng
2023-04-05
all: add wasip1 asm and link logic
Johan Brandhorst-Satzkorn
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-09-29
cmd: fix a few function names on comments
cui fliter
2022-09-27
all: replace [0-9] with \d in regexps
TomCao New Macbook Pro
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2021-09-22
cmd/link: remove ABI aliases
Cherry Mui
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2020-09-28
cmd/link: consider interface conversions only in reachable code
Cherry Zhang
2020-07-30
[dev.link] cmd/link: remove "2", another round
Cherry Zhang
2020-05-18
[dev.link] cmd/link: remove "2" from names
Cherry Zhang
2020-05-11
[dev.link] cmd/link: convert asmb2 pass to new style on Wasm
Cherry Zhang
2020-04-28
[dev.link] cmd/link: write data sections to heap in Asmb on Wasm
Cherry Zhang
2020-04-20
[dev.link] cmd/link: remove buffered file I/O from OutBuf
Jeremy Faller
2020-04-17
Revert "[dev.link] cmd/link: remove buffered file I/O from OutBuf"
Jeremy Faller
2020-04-16
[dev.link] cmd/link: remove buffered file I/O from OutBuf
Jeremy Faller
2020-04-08
[dev.link] cmd/link: gofmt
Cherry Zhang
2020-04-08
[dev.link] cmd/link: convert text address assignment to new style
Cherry Zhang
2020-04-06
[dev.link] cmd/link: begin converting gentext to loader APIs
Than McIntosh
2019-10-26
cmd/link/internal: eliminate all ld.Cputime() usages
nikita-vanyasin
2019-10-16
cmd/internal/obj/wasm,cmd/link/internal/wasm: add fast path for writeUleb128
Agniva De Sarker
2019-10-07
cmd/link: produce valid binaries with large data section on wasm
Richard Musiol
2019-09-29
cmd/link: add producer section to wasm binaries
Richard Musiol
2019-05-24
cmd, runtime: remove PC_F & PC_B globals on Wasm
Cherry Zhang
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-04-19
cmd/link: mmap output file
Cherry Zhang
2019-04-16
runtime, cmd/link: optimize memory allocation on wasm
Richard Musiol
2019-03-25
cmd/link/internal/wasm: do not generate more than 100000 data segments
Richard Musiol
2019-03-21
cmd/link/internal/wasm: optimize data section in wasm binary
Richard Musiol
2018-11-10
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-08-02
cmd/link/internal/wasm: add Go version as a custom wasm section
Richard Musiol
2018-06-15
cmd/link: add buildid to wasm modules
Brad Fitzpatrick
2018-06-15
cmd/link: fix name section of WebAssembly binary
Richard Musiol
2018-06-14
runtime, sycall/js: add support for callbacks from JavaScript
Richard Musiol
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-07
cmd/link: add wasm architecture
Richard Musiol