Tags: Passw/AssemblyScript-assemblyscript
Tags
fix: strictly check operator overload ambiguity (AssemblyScript#2762) Operator overload is an internal mechanism, it can support to compare user-defined class, but it need to be limited. a == b and b == a should run the same function and get the same result in semantic level. Allowing ambiguity is bug prone.
fix: detect execution environment when loading wasm module (AssemblyS… …cript#2855)
fix: ignore this (AssemblyScript#2834) This is a dummy commit to create a new release.
fix: asinit support --noColors opinion (AssemblyScript#2817)
fix: clear garbage bits before cast short integer to float (AssemblyS… …cript#2813) Co-authored-by: CountBleck <Mr.YouKnowWhoIAm@protonmail.com>
PreviousNext