tinygo/docs
Ayke van Laethem 2e22d53e5d
compiler: work around i64 limitation in JavaScript
JavaScript does not support i64 directly, so make sure we pass a pointer
instead which can be read from JavaScript.

This is a temporary workaround which should be removed once JavaScript
supports some form of i64 (probably in the form of BigInt).
2018-11-03 12:03:49 +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: work around i64 limitation in JavaScript 2018-11-03 12:03:49 +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