tinygo/src
Ayke van Laethem 67841207e8 Revert "Enable wasm pointer tracking for gc=none."
This reverts commit 0b3a7280fa and updates
the documentation a little bit to explain the purpose of -gc=none. (I'm
thinking about the attiny10 by the way where defaulting to -gc=none
makes sense).
2022-11-17 15:50:57 +01:00
..
crypto nrf: make GetRNG available to all chips 2022-09-17 06:08:54 +02:00
device all: rename assembly files to .S extension 2022-08-04 15:43:42 +02:00
examples machine/usb: rename 'New()' to 'Port()' to have the API better match the singleton that is actually being returned 2022-10-17 14:46:18 +02:00
internal wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
machine Add basic GPIO support for rp2040 PIO 2022-10-27 11:47:47 +02:00
net net: implement Pipe 2022-10-18 07:50:31 +02:00
os Add ErrProcessDone error 2022-08-09 09:18:49 +02:00
reflect Stub out reflect.Type FieldByIndex 2022-10-26 12:06:08 +02:00
runtime Revert "Enable wasm pointer tracking for gc=none." 2022-11-17 15:50:57 +01:00
sync Update docs 2022-11-04 19:53:12 +01:00
syscall Stubbed Setuid and friends. Stubbed Exec (#3290) 2022-11-16 10:14:27 +01:00
testing Print PASS on pass when running standalone test binaries (#3229) 2022-10-19 09:46:43 +02:00