tinygo/src
Ayke van Laethem c3032660c9 wasi: remove wasm build tag
The wasm build tag together with GOARCH=arm was causing problems in the
internal/cpu package. In general, I think having two architecture build
tag will only cause problems (in this case, wasm and arm) so I've
removed the wasm build tag and replaced it with tinygo.wasm.

This is similar to the tinygo.riscv build tag, which is used for older
Go versions that don't yet have RISC-V support in the standard library
(and therefore pretend to be GOARCH=arm instead).
2021-06-22 09:03:23 +02:00
..
crypto/rand crypto/rand: replace this package with a TinyGo version 2021-06-21 18:22:31 +02:00
device cortexm: disable FPU on Cortex-M4 2021-04-24 18:41:40 +02:00
examples stm32: support pin input interrupts 2021-06-11 09:07:32 +02:00
internal scheduler: task.Data made 64bit to avoid overflow 2021-06-01 15:00:07 +02:00
machine rp2040: support Adafruit Feather RP2040 2021-06-19 12:34:40 +02:00
net net: os: add more stubs for 1.15 2021-06-21 16:21:44 +02:00
os net: os: add more stubs for 1.15 2021-06-21 16:21:44 +02:00
reflect reflect: add stubs required for net/http 2021-06-02 13:28:38 +02:00
runtime wasi: remove wasm build tag 2021-06-22 09:03:23 +02:00
sync Add sync.NewCond 2021-06-01 15:02:11 +02:00
syscall syscall: fix int type in libc version 2021-06-18 08:07:01 +02:00
testing main: match go test output 2021-05-06 20:04:16 +02:00