Files
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
..
2018-09-23 16:46:57 +02:00
2018-09-23 16:46:57 +02:00
2018-09-23 16:46:57 +02:00