Files
tinygo/targets
Ayke van Laethem a2d0f79be3 all: pretend to be linux/arm in baremetal targets
So far, we've pretended to be js/wasm in baremetal targets to make the
stdlib happy. Unfortunately, this has various problems because
syscall/js (a dependency of many stdlib packages) thinks it can do JS
calls, and emulating them gets quite hard with all changes to the
syscall/js packages in Go 1.12.

This commit does a few things:
  * It lets baremetal targets pretend to be linux/arm instead of
    js/wasm.
  * It lets the loader only select particular packages from the src
    overlay, instead of inserting them just before GOROOT. This makes it
    possible to pick which packages to overlay for a given target.
  * It adds a baremetal-only syscall package that stubs out almost all
    syscalls.
2019-03-23 22:58:26 +01:00
..
2019-01-04 14:58:35 +01:00
2018-11-20 18:20:24 +01:00
2019-01-04 14:58:35 +01:00
2018-10-06 13:04:14 +02:00
2018-10-18 15:07:06 +02:00
2018-09-22 01:51:44 +02:00
2019-03-22 22:55:11 +01:00