tinygo/compiler/testdata
Ayke van Laethem 17bc0d6663 compiler: only support //go:wasmimport on declared functions
Don't support this pragma on defined functions. It is only meant for
importing, not for exporting.
2023-03-28 09:31:09 +02:00
..
basic.go compiler: fix stack overflow when creating recursive pointer types 2022-12-22 17:45:05 +01:00
basic.ll
channel.go
channel.ll compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
defer-cortex-m-qemu.ll compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
defer.go
float.go
float.ll
func.go compiler: add func tests 2021-04-12 12:07:42 +02:00
func.ll
gc.go transform: remove switched func lowering 2022-01-19 14:42:02 -05:00
gc.ll compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
generics.go
generics.ll compiler: implement unsafe.Alignof and unsafe.Sizeof for generic code 2022-07-28 15:43:51 +02:00
go1.20.go compiler: add support for new unsafe slice/string functions 2023-01-17 08:38:54 +01:00
go1.20.ll
goroutine-cortex-m-qemu-tasks.ll
goroutine-wasm-asyncify.ll compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
goroutine.go compiler: add support for the go keyword on interface methods 2021-10-31 14:17:25 +01:00
interface.go
interface.ll
pointer.go
pointer.ll compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
pragma.go compiler: only support //go:wasmimport on declared functions 2023-03-28 09:31:09 +02:00
pragma.ll
slice.go
slice.ll compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
string.go compiler: fix indices into strings and arrays 2021-11-13 11:04:24 +01:00
string.ll
zeromap.go
zeromap.ll