tinygo/src
Justin Clift 4bd1b9e53d wasm: use println instead of fmt
The generated wasm is 575 bytes when compiled with -no-debug (and
works), which is a much better first experience for new users than
the 20KB+ added (atm) just from including fmt.
2019-05-01 10:35:18 +02:00
..
device arm: provide intrinsics to disable/enable interrupts 2019-02-23 18:52:49 +01:00
examples wasm: use println instead of fmt 2019-05-01 10:35:18 +02:00
machine machine/atsamd21: select internal ground for ADC and scale result correctly to 16-bit 2019-04-22 07:59:35 +02:00
os all: pretend to be linux/arm in baremetal targets 2019-03-23 22:58:26 +01:00
reflect all: check formatting on CI 2019-04-13 19:58:58 +02:00
runtime runtime: print error when panicking with error interface type 2019-04-25 14:06:34 +02:00
sync sync: implement dummy sync.Pool for fmt 2018-10-20 15:52:41 +02:00
syscall darwin: use custom syscall pkg that uses libsystem 2019-04-05 09:53:51 +02:00