1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-27 20:22:10 +00:00

runtime integration and flag

This commit is contained in:
dcode
2019-03-31 21:58:42 +02:00
parent c4a57025d2
commit 27f1905510
225 changed files with 8010 additions and 9365 deletions
cli
src
std
tests/compiler
abi.jsonasc-constants.jsonassert-nonnull.jsonassert-nonnull.optimized.watassert-nonnull.tsassert-nonnull.untouched.watassert.jsonbasic-nullable.jsonbinary.jsonbool.jsonbuiltins.jsoncall-inferred.jsoncall-optional.jsoncall-super.jsoncall-super.optimized.watcall-super.tscall-super.untouched.watclass-extends.jsonclass-extends.optimized.watclass-extends.untouched.watclass-overloading.jsonclass.jsonclass.optimized.watclass.untouched.watclosure.jsonclosure.optimized.watclosure.untouched.watcomma.jsonconstructor.jsonconstructor.optimized.watconstructor.tsconstructor.untouched.watdeclare.jsondo.jsonempty.jsonenum.jsonexport.jsonexports.jsonexports.optimized.watexports.untouched.watexternal.jsonfor.jsonfunction-expression.jsonfunction-types.jsonfunction.jsongc.jsongc.optimized.watgc.tsgc.untouched.wat
gc
getter-call.jsongetter-call.optimized.watgetter-call.untouched.watgetter-setter.jsoni64-polyfill.jsonif.jsonimport.jsoninfer-type.jsoninlining-blocklocals.jsoninlining-recursive.jsoninlining.jsoninlining.optimized.watinlining.untouched.watinstanceof.jsonlimits.jsonliterals.jsonlogical.jsonmain.jsonmandelbrot.jsonmany-locals.jsonmemcpy.jsonmemmove.jsonmemset.jsonmerge.jsonnamed-export-default.jsonnamed-import-default.jsonnamespace.jsonnew-without-allocator.jsonnumber.jsonnumber.optimized.watnumber.tsnumber.untouched.watoptional-typeparameters.jsonoptional-typeparameters.optimized.watoptional-typeparameters.untouched.watoverflow.jsonportable-conversions.jsonrecursive.jsonreexport.jsonrereexport.jsonresolve-nested.jsonretain-i32.jsonruntime-arena.jsonruntime-arena.optimized.watruntime-arena.tsruntime-arena.untouched.watruntime-default.jsonruntime-default.optimized.watruntime-default.tsruntime-default.untouched.watruntime-none.jsonruntime-none.optimized.watruntime-none.tsruntime-none.untouched.watscoped.jsonsimd.jsonstatic-this.json
std
switch.jsonternary.jsonthreads.jsontypealias.jsonunary.jsonvoid.jsonwhile.jsonwildcard-export.json

@@ -1,5 +1,3 @@
import "allocator/arena"; // assignment checks for possible resize
const i: i32[] = [1, 2];
const I: i64[] = [3, 4];
const f: f32[] = [1.5, 2.5];