Tags: arnac-io/tinygo
Tags
all: update for 0.31.1 Signed-off-by: deadprogram <[email protected]>
docs: update CHANGELOG for release 0.29 Signed-off-by: deadprogram <[email protected]>
all: release 0.28.0 These are some major or breaking changes: - Reflect support got improved a lot. - Interrupts became more strict: heap allocations an blocking operations, which have always been undefined behavior, now result in a panic. - `//go:wasmimport` was added - various new flags were added to `tinygo test` - the source location for panics is printed in the `-monitor` output
ci: don't link with libzstd in release builds libzstd was added in LLVM 15, but we don't currently use it. So let's disable it in LLVM just like libzlib. See: https://reviews.llvm.org/D128465
compiler: implement unsafe.Alignof and unsafe.Sizeof for generic code For some reason, these aren't lowered when a generic function is instantiated by the SSA package. I've left unsafe.Offsetof to be implemented later, it's a bit difficult to do correctly the way the code is currently structured.
PreviousNext