tinygo/docs
Ayke van Laethem e54a1c4dc0
compiler: disallow exporting functions that have their address taken
This simplifies the ABI a lot and makes future changes easier.
In the future, determining which functions need a context parameter
should be moved from IR generation into an optimization pass, avoiding
the need for recursively scanning the Go SSA.
2018-12-01 17:41:20 +01:00
..
conf.py docs: add initial documentation 2018-09-23 16:46:57 +02:00
docker.rst docs: enable tinygo/docker to resolve go dependencies 2018-12-01 13:40:42 +01:00
faq.rst docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +01:00
index.rst docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +01:00
installation.rst all: compile and link using clang, where possible 2018-11-22 16:20:10 +01:00
internals.rst compiler: disallow exporting functions that have their address taken 2018-12-01 17:41:20 +01:00
make.bat docs: add initial documentation 2018-09-23 16:46:57 +02:00
Makefile docs: add initial documentation 2018-09-23 16:46:57 +02:00
microcontrollers.rst docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +01:00
targets.rst pca10031: add support for PCA10031 nrf51 wireless dongle 2018-11-21 10:36:36 +01:00
usage.rst docs: add documentation for the -gc compiler flag 2018-11-18 19:32:57 +01:00
webassembly.rst docs: give a small example how JS<->wasm bridging is done 2018-10-31 19:55:46 +01:00