1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-18 01:11:32 +00:00

647 Commits

Author SHA1 Message Date
6a0277bf02 clarify contextual flags a bit, rename to constraints 2019-06-12 12:13:49 +02:00
e30fe7e3cb comment out debug log 2019-06-12 08:42:21 +02:00
acda2d05c8 Use a special 'auto' type in type inference 2019-06-12 08:34:39 +02:00
40dac8269d Rework loop compilation / flows () 2019-06-11 12:52:16 +02:00
420812f5b2 Add RTrace typings and include it in the package () 2019-06-06 22:36:28 +02:00
4680b530fb Refactor number and string utils out of builtins, fixes 2019-06-06 16:19:10 +02:00
0484a6b740 Implement reference counting () 2019-06-05 23:15:39 +02:00
3ed76a97f0 CLI: Move OptionDescription to utils/options so types agree () v0.6 2019-06-04 06:37:01 +02:00
5269a6b9c4 README layout () 2019-05-27 14:37:52 +02:00
36040d5b53 Update dist files 2019-04-08 08:23:18 +02:00
5b58b9aa8d Update Binaryen to latest () 2019-04-08 08:18:21 +02:00
abf3de9076 Fix implicit string to bool conversion () 2019-03-31 20:00:54 +02:00
85de20c4fc Add WASI bindings () 2019-03-31 19:59:39 +02:00
b2adf8b1e2 Update dependencies and rebuild dist files 2019-03-27 15:50:05 +01:00
527d73ece8 Use fully qualified names in generic types ()
* Also fixes infinite parser loops
* Also implements command line option forwarding to node.js
2019-03-25 21:58:19 +01:00
74ce9bf386 Fix unreachable insertion when returning none () 2019-03-24 10:18:05 +01:00
f9a8d2f1db Use lazy initializations for decorators and type parameters in parser () 2019-03-22 12:20:19 +01:00
858cca5a38 Fix arrow function body parsing precedence () 2019-03-18 17:11:02 +01:00
fd99589527 Fix enum initialization () 2019-03-18 04:54:44 +01:00
6de4847356 Fix postinstall script () 2019-03-11 20:00:18 +01:00
d411415060 Implement TypedArray#reverse () 2019-03-08 18:48:06 +01:00
cdec865bef Update Binaryen to latest nightly 2019-03-08 16:19:46 +01:00
c835b5fb40 Update dependencies and rebuild dist files 2019-03-08 14:28:45 +01:00
252b843c4b General cleanup ()
* Cleans up and trims the overly large builtins file by ~1600 lines
* Properly propagate inline assembler-like argument types
* Use https in examples
* Reformat README
2019-03-08 14:24:48 +01:00
5f547131ab Update nbody example for Rust () 2019-03-06 21:27:54 +01:00
f841f0fe1f Add portable sincos polyfill () 2019-03-06 20:20:18 +01:00
783dd32c2e Implement TypedArray#forEach () 2019-03-06 19:07:10 +01:00
208dc2f1de Implement Mathf.sin/cos/tan () 2019-03-05 19:36:22 +01:00
8e5b9c734b Add atomic definitions () 2019-03-02 10:14:09 +01:00
f3aa762ccb Rebuild examples 2019-03-01 00:09:06 +01:00
4e1bba3a24 Use Binaryen's function signature naming scheme () 2019-03-01 00:01:23 +01:00
7184db6dde Update Binaryen to latest and regenerate dist files 2019-02-28 18:26:04 +01:00
1ae7d03e8c Enable source maps out of the box () 2019-02-28 17:37:30 +01:00
e1f1a3b49c Implement v128 instructions () 2019-02-28 17:36:22 +01:00
cdf40578b6 Refactor slices for better compliance () 2019-02-27 21:51:07 +01:00
aad263e670 Add isArrayLike builtin () 2019-02-27 21:47:52 +01:00
e8b0767143 Infer function expressions in matching contexts ()
* legalizes omitting types on function expressions within function type contexts
* legalizes omitting any number of arguments
2019-02-27 21:45:36 +01:00
2945af6557 Don't reset nested unchecked contexts, fixes 2019-02-27 17:10:20 +01:00
ed97672a8c Use faster clamping for Uint8ClampedArray () 2019-02-22 15:26:30 +01:00
6a1ffb8e2f Update example binary sizes () 2019-02-22 15:06:34 +01:00
65c799c925 Speedup some compiler routines () 2019-02-22 14:03:33 +01:00
cc5522d6cc Legalize external decorator for generic functions 2019-02-22 08:25:41 +01:00
06ee43e6ad Fix isFunction/isNullable typings 2019-02-22 08:25:00 +01:00
f318d68383 Add isFunction and isNullable builtins () 2019-02-22 01:11:05 +01:00
3b5b96f496 Fix declaration mismatch in generated constructors () 2019-02-22 00:50:29 +01:00
4be78147e6 Update dependencies and dist files 2019-02-21 23:04:41 +01:00
11ea78bc13 Add a test for wildcard exports () 2019-02-21 11:38:56 +01:00
c2a0a34b4c Add new quote to README 2019-02-21 07:50:15 +01:00
c0738ed6b6 Correct asc output stream typings, fixes 2019-02-21 06:16:29 +01:00
34d86a0d6a Replace more workarounds with actual lazy compilation in stdlib 2019-02-21 05:42:33 +01:00