tinygo/src/internal
Jaden Weiss 473644d918 internal/bytealg: reimplement bytealg in pure Go
Previously, we implemented individual bytealg functions via linknaming, and had to update them every once in a while when we hit linker errors.
Instead, this change reimplements the bytealg package in pure Go.
If something is missing, it will cause a compiler error rather than a linker error.
This is easier to test and maintain.
2020-05-16 14:56:05 +02:00
..
bytealg internal/bytealg: reimplement bytealg in pure Go 2020-05-16 14:56:05 +02:00
reflectlite all: add support for go 1.13 2019-09-24 16:13:26 +02:00
task internal/task: fix nil panic in (*internal/task.Stack).Pop 2020-05-09 01:08:56 +02:00