4012 Commits (7f96e9f47a96c1432191bd406eb5f6c354d340c6)
 

Author SHA1 Message Date
Randy Reddig 7f96e9f47a
goenv: remove WantGoVersion 3 weeks ago
Randy Reddig d6f569d97d
compiler: use goenv.Compare instead of WantGoVersion 3 weeks ago
Randy Reddig 9480f47168
compiler: use an interface to check if GoVersion() exists 3 weeks ago
Randy Reddig b99d6a2c32
goenv, builder: parse patch version in Go version string 3 weeks ago
Randy Reddig 89fd0b35fa
goenv: add Compare function to compare two Go version strings 3 weeks ago
Randy Reddig 35d822438a
goenv: improve WantGoVersion 3 weeks ago
Randy Reddig e945a4fda1
compiler/testdata: add structs.HostLayout 1 month ago
Randy Reddig 64e81b3bd3
testdata/wasmexport: use int32 instead of int 1 month ago
Randy Reddig 40a60b04d5
compiler: enforce structs.HostLayout usage per wasm types proposal 1 month ago
Randy Reddig c702be7b11
compiler: align with current wasm types proposal 1 month ago
Randy Reddig d2dd19eff9
goenv: Parse tests 1 month ago
Ayke van Laethem ac5f84e3d7 builder: check for Go toolchain version used to compile TinyGo 4 weeks ago
Ayke van Laethem 9583439be4 loader: make sure we always return an error even without type errors 4 weeks ago
Ayke van Laethem 2690b243ea main: make sure typecheck errors are correctly reported 4 weeks ago
Ayke van Laethem df724f5827 loader: don't panic when main package is not named 'main' 4 weeks ago
Elias Naur 539cc5c47b transform: optimize range over []byte(string) 3 weeks ago
Ayke van Laethem 45cc5b58cd runtime: disallow defer in interrupts 3 weeks ago
Ayke van Laethem c6acaa981d builder: remove environment variables when invoking Clang 4 weeks ago
Ayke van Laethem 4ef5109a07 wasm: add //go:wasmexport support to js/wasm 1 month ago
Ayke van Laethem 6016d0c739 main_test: refactor output comparison into separate function 1 month ago
Elias Naur 07d23c9d83 runtime: implement newcoro, coroswitch to support package iter 1 month 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