tinygo/testdata
Ayke van Laethem 1ceb63d14c compiler: really define runtime/volatile.* functions
This makes them available to deferred calls, among others.
2022-06-24 11:10:24 +02:00
..
cgo
embed
alias.go
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt
corpus.yaml
env.go os: stub out support for some more features 2021-11-26 08:05:35 +01:00
env.txt
filesystem.go
filesystem.txt
float.go
float.txt
gc.go
gc.txt runtime: implement a simple mark/sweep garbage collector 2018-11-18 19:18:39 +01:00
generics.go
generics.txt
go1.17.go
go1.17.txt
goroutines.go
goroutines.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt
map.go
map.txt
math.go
math.txt
print.go
print.txt runtime: use dedicated printfloat32 2020-10-02 11:26:22 +02:00
rand.go wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
rand.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
recover.go
recover.txt
reflect.go
reflect.txt
slice.go
slice.txt
sort.go
sort.txt
stdlib.go
stdlib.txt
string.go
string.txt
structs.go
structs.txt
testing.go
testing.txt
testing_go118.go
testing_go118.txt main_test.go: fork testdata/testing.go for go 1.18 2022-04-06 20:03:04 +02:00
zeroalloc.go
zeroalloc.txt