tinygo/src
Ayke van Laethem 4f6d598ea8 reflect: implement Sizeof and Alignof for func values
This is a small change that appears to be necessary for encoding/json
support. It's simple enough to implement.
2021-03-29 01:04:11 +02:00
..
device stm32: use stm32-rs SVDs which are of much higher quality 2021-01-09 21:45:07 +01:00
examples accept configuration struct for ADC parameters (#1533) 2021-01-31 14:54:27 -06:00
internal compiler: merge runtime.typecodeID and runtime.typeInInterface 2021-03-23 14:32:33 +01:00
machine initial support for pca10059 2021-03-28 21:38:05 +02:00
os WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
reflect reflect: implement Sizeof and Alignof for func values 2021-03-29 01:04:11 +02:00
runtime WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
sync extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
syscall WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
testing testing: add Run method 2020-10-28 18:25:56 +01:00