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:
cli
src
std
assembly
runtime
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
global-assign.jsonglobal-assign.optimized.watglobal-assign.tsglobal-assign.untouched.watglobal-init.jsonglobal-init.optimized.watglobal-init.tsglobal-init.untouched.wat
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.jsonitcm
rc
std
allocator_arena.jsonarray-access.jsonarray-access.untouched.watarray-literal.jsonarray-literal.optimized.watarray-literal.tsarray-literal.untouched.watarray.jsonarray.optimized.watarray.tsarray.untouched.watarraybuffer.jsonarraybuffer.optimized.watarraybuffer.tsarraybuffer.untouched.watdataview.jsondataview.optimized.watdataview.tsdataview.untouched.watdate.jsondate.optimized.watdate.tsdate.untouched.watgc-array.optimized.watgc-array.untouched.watgc-basics.optimized.watgc-object.optimized.wathash.jsonhash.untouched.watlibm.jsonmap.jsonmap.optimized.watmap.tsmap.untouched.watmath.jsonmath.untouched.watmod.jsonnew.jsonnew.optimized.watnew.tsnew.untouched.watobject-literal.jsonobject-literal.optimized.watobject-literal.tsobject-literal.untouched.watoperator-overloading.jsonoperator-overloading.optimized.watoperator-overloading.tsoperator-overloading.untouched.watpointer.jsonpolyfills.jsonruntime.jsonruntime.optimized.watruntime.untouched.watset.jsonset.optimized.watset.tsset.untouched.watsimd.jsonstatic-array.jsonstatic-array.optimized.watstatic-array.tsstatic-array.untouched.watstring-utf8.jsonstring-utf8.optimized.watstring-utf8.tsstring-utf8.untouched.watstring.jsonstring.optimized.watstring.tsstring.untouched.watsymbol.jsonsymbol.optimized.watsymbol.tssymbol.untouched.wattrace.jsontypedarray.jsontypedarray.optimized.wattypedarray.tstypedarray.untouched.wat
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];
|
||||
|
Reference in New Issue
Block a user