mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-23 03:31:44 +00:00
Always try to eliminate branches if tree-shaking is enabled
This commit is contained in:
dist
examples
game-of-life
build
mandelbrot
build
n-body
src
std
tests
allocators
buddy
compiler
assert.untouched.watbinary.untouched.watfor.untouched.watif.untouched.watinlining.optimized.watinlining.untouched.watmandelbrot.untouched.watmemcpy.untouched.watmemmove.untouched.watmemset.untouched.watrecursive.untouched.watshowcase.untouched.wat
std
array.optimized.watarray.untouched.watlibm.untouched.watmath.untouched.watmod.untouched.watpolyfills.untouched.wat
ternary.untouched.watwhile.untouched.wat@ -2,10 +2,6 @@ import {
|
||||
TypedArray
|
||||
} from "./internal/typedarray";
|
||||
|
||||
import {
|
||||
storeUnsafeWithOffset
|
||||
} from "./internal/arraybuffer";
|
||||
|
||||
export class Int8Array extends TypedArray<i8> {
|
||||
static readonly BYTES_PER_ELEMENT: usize = sizeof<i8>();
|
||||
|
||||
|
Reference in New Issue
Block a user