3992 Commits (unix-signal)
 

Author SHA1 Message Date
Ayke van Laethem a0bb2c33ba
runtime: add support for os/signal 3 months ago
Randy Reddig d5f195387d internal/{cm,wasi}: regenerate WASI 0.2 bindings with wasm-tools-go v0.3.0 3 weeks ago
Randy Reddig a0d4ecb607 internal/wasm-tools: update wasm-tools-go to v0.3.0 3 weeks ago
Ayke van Laethem 505e68057d nix: use LLVM 18 instead of LLVM 17 4 weeks ago
Damian Gryski 87c6e19921 runtime: add HeapAlloc to gc_leaking 4 weeks ago
deadprogram 62c1555aa8 targets: add bulk memory flags to wasm-unknown target since basically every runtime has it now 4 weeks ago
Elias Naur e62fc43b05 crypto/x509/internal/macos: add package stub to build crypto/x509 on macOS 1 month ago
Damian Gryski 158be02ef7 builder: fix sizes 1 month ago
Damian Gryski fbb125131d runtime: track Memstats.HeapAlloc for gc_blocks 1 month ago
BCG c77ed8e50e Added mstats fields 2 years ago
Ayke d1b7238a36
Truly ignore `//export` when `//go:wasmexport` is used (#4500) 1 month ago
Randy Reddig 453a1d35c3
compiler, runtime: enable go:wasmexport for wasip2 (#4499) 1 month ago
Ayke 9da8b5c786
wasm: add `//go:wasmexport` support (#4451) 1 month ago
Damian Gryski 407889864f GNUmakefile: more stdlib packages 1 month ago
Damian Gryski e17daf165d
GNUmakefile: add some more passing stdlib tests (#4492) 1 month ago
Ayke van Laethem 666d2bd501 builder: keep wasm temporary files 1 month ago
Damian Gryski 9d14489547 TestWebAssembly: use wasm-unknown for panic=trap test 2 months ago
Damian Gryski f3dfe1d49e runtime: seed fastrand() with hardware randomness 2 months ago
Damian Gryski b3e1974c30 runtime: add maps.clone 2 months ago
Damian Gryski fa12450552 runtime: fix building with -tags=runtime_memhash_tsip 2 months ago
Damian Gryski b3c040e9f7 runtime: make map iteration less defined 2 months ago
leongross 52788e5826
main: rework usage (#4467) 1 month ago
leongross bcd4c6b658 builder: nits 2 months ago
Ayke van Laethem 37460ad60a compiler: support pragmas on generic functions 2 years ago
Ayke van Laethem dcca47f1f6 main: add -ldflags='-extldflags=...' support 2 months ago
Damian Gryski 892efaec97 support -extldflags 2 months ago
leongross 84048f299f
os/File: add stubs for os.File Deadlines (#4465) 2 months ago
leongross a9bf981d92
Cgo add cbytes implementation (rebased version of #3318) (#4470) 2 months ago
Randy Reddig d4729f92bd targets/wasip2: add wasmtime -S args to support network interfaces 2 months ago
Randy Reddig 5a014dd6a3
tinygo: add relative and absolute --dir options to wasmtime args (#4431) 2 months ago
Ron Evans d948941d82
governance: add initial documentation for project governance (#4457) 2 months ago
archie2x 5abf1e998d
Fix #4421: Add `-C DIR` flag (#4422) 2 months ago
deadprogram b5626e70cb submodules: remove separate renesas-svd repo in favor of more recent changes. 3 months ago
deadprogram c201faab92 gitignore: ignore device files generated for Renesas 3 months ago
deadprogram 2e47a9c5cd gen-device: switch generator for Renesas code to use main cmsis-svd repo 3 months ago
Randy Reddig e13d4ba3d0 GNUmakefile, internal/wasm-tools: s/ydnar/bytecodealliance/g 2 months ago
Randy Reddig 9dcb63ca98 internal/wasi: regenerated with wit-bindgen-go@v0.20 2 months ago
Randy Reddig 78ddc51471 internal/wasm-tools: update wasm-tools-go to new repo and version 2 months ago
Ayke van Laethem c931bc7394 wasip2: do not export the _start function 2 months ago
Warren Guy 1f3e0004a9
add board: RAKwireless RAK4631 (#4454) 2 months ago
Ayke van Laethem d4cb92f27c compiler: fix passing weirdly-padded structs to new goroutines 2 months ago
Ayke van Laethem ee5bc65c97 compiler: move some code around to make the next bugfix easier 2 months ago
Ayke van Laethem 4f1b69827d reflect: support big-endian systems 3 months ago
Ayke van Laethem 73f519b589 interp: support big-endian targets 3 months ago
Ayke van Laethem 25abfff632 mips: use MIPS32 (instead of MIPS32R2) as the instruction set 3 months ago
Roger Standridge e39358d0ee stub runtime_{Before,After}Exec for linkage 3 months ago
Ayke van Laethem 105fe9b25d darwin: replace custom syscall package with Go native syscall package 3 months ago
sago35 753f4b38b4 version: update to 0.34.0-dev 3 months ago
deadprogram d144b11611 fix: add missing Truncate() function stub to os/file for bare-metal systems 3 months ago
Ayke van Laethem 1ef1aa7862 mips: fix big-endian (GOARCH=mips) support 3 months ago