tinygo/docs
Ayke van Laethem 101d41dc58
compiler: pass i64 return value in an extra pointer param
To support the WebAssembly<->JS barrier, return values also have to be
passed in memory. i64 return values are used by syscall/js, so must be
supported across this ABI barrier.
2018-11-14 12:35:43 +01:00
..
conf.py docs: add initial documentation 2018-09-23 16:46:57 +02:00
docker.rst docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +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 docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +01:00
internals.rst compiler: pass i64 return value in an extra pointer param 2018-11-14 12:35:43 +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 docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +01:00
usage.rst docs: add command line subcommands + flags documentation 2018-10-31 19:55:48 +01:00
webassembly.rst docs: give a small example how JS<->wasm bridging is done 2018-10-31 19:55:46 +01:00